mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
specify supported python version in the setup.py
This commit is contained in:
parent
9f03a407cb
commit
f492f2d14d
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -33,7 +33,8 @@ setup(
|
|||
'Environment :: Console',
|
||||
'License :: OSI Approved :: GNU Affero General Public License v3',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Topic :: Internet :: WWW/HTTP',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue