From a4759a8ee97b8f94ce5905c92430f770b3884ec3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 19 Dec 2015 20:30:30 -0500 Subject: setup.py: added `classifiers`. --- setup.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 63d42d5..c7befb8 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,18 @@ config = { 'entry_points': { 'console_scripts': ['lps_gen = lps_gen:main'] }, + 'classifiers': [ + 'Development Status :: 3 - Alpha', + 'Environment :: Console', + 'Intended Audience :: Other Audience', + 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', + 'Operating System :: POSIX :: Linux', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 2 :: Only', + 'Topic :: Text Processing', + 'Topic :: Utilities', + ] } setup(**config) -- cgit v1.2.3