mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
setup.py: Update trove classifiers to Python 2.7, 3.2, and 3.3
This commit is contained in:
parent
6233f5a409
commit
6686f1c9bd
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -41,8 +41,10 @@ setup(
|
|||
'Environment :: Console',
|
||||
'License :: OSI Approved :: GNU Affero General Public License v3',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue