mirror of
https://github.com/vale981/releases
synced 2025-03-04 17:21:43 -05:00
Tidy up PyPI trove classifiers a bit, re #51
(Also some not strictly #51 related classifiers, because why not)
This commit is contained in:
parent
9cf90d4509
commit
dcf1d20900
1 changed files with 7 additions and 3 deletions
10
setup.py
10
setup.py
|
@ -18,19 +18,23 @@ setup(
|
|||
packages=['releases'],
|
||||
install_requires=['semantic_version<3.0'],
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'Operating System :: MacOS :: MacOS X',
|
||||
'Operating System :: Unix',
|
||||
'Operating System :: POSIX',
|
||||
'Operating System :: Microsoft :: Windows',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.6',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Topic :: Software Development',
|
||||
'Topic :: Software Development :: Build Tools',
|
||||
'Topic :: Software Development :: Libraries',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
'Topic :: Software Development :: Documentation',
|
||||
'Topic :: Documentation',
|
||||
'Topic :: Documentation :: Sphinx',
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue