From 9cdc7d04651903fc539378a09e82565e1588e923 Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Sun, 10 Mar 2013 17:41:35 -0400 Subject: [PATCH] Adding in classifiers. --- setup.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d596c52..2653f19 100755 --- a/setup.py +++ b/setup.py @@ -47,5 +47,20 @@ setup( description='Lisp and Python love each other.', license="Expat", url="http://hy.pault.ag/", - platforms=['any'] + platforms=['any'], + classifiers=[ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: DFSG approved", + "License :: OSI Approved :: MIT License", # Really "Expat". Ugh. + "Operating System :: OS Independent", + "Programming Language :: Lisp", + "Programming Language :: Python", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3.2", + "Programming Language :: Python :: 3.3", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Compilers", + "Topic :: Software Development :: Libraries", + ] )