grim/local-pipelines

Add trove classifiers

2016-07-27, Gary Kramlich
b5ece85d1bad
Parents 39d40318db3f
Children f5dcfe140c79
Add trove classifiers
  • +15 -1
    setup.py
  • --- a/setup.py Tue Jul 26 21:33:58 2016 -0500
    +++ b/setup.py Wed Jul 27 10:05:15 2016 -0500
    @@ -54,7 +54,21 @@
    url='http://bitbucket.org/rw_grim/local-pipelines',
    entry_points={
    'console_scripts': ['pipelines=pipelines.core:main'],
    - }
    + },
    + classifiers=[
    + 'Development Status :: 4 - Beta',
    + 'Environment :: Console',
    + 'Intended Audience :: Developers',
    + 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
    + 'Operating System :: MacOS :: MacOS X',
    + 'Operating System :: Microsoft :: Windows',
    + 'Operating System :: POSIX',
    + 'Programming Language :: Python',
    + 'Topic :: Software Development :: Build Tools',
    + 'Topic :: Software Development :: Quality Assurance',
    + 'Topic :: Software Development :: Testing',
    + 'Topic :: Utilities',
    + ],
    )