Change trove classifier for framework.
This commit is contained in:
parent
7d19700c3c
commit
9a956e66f5
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…
Reference in a new issue