Change trove classifier for framework.
This commit is contained in:
parent
7d19700c3c
commit
9a956e66f5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -109,7 +109,7 @@ setup(
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
'Framework :: Pylons',
|
'Framework :: Pyramid',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: GNU Affero General Public License v3',
|
'License :: OSI Approved :: GNU Affero General Public License v3',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue