first try to implement proxy tickets
[django-cas-provider.git] / setup.py
index 06e5d4a..bf85f5d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -12,4 +12,9 @@ setup(
     include_package_data=True,
     zip_safe=False,
     install_requires=['setuptools'],
+    classifiers = [
+        "Development Status :: 3 - Alpha",
+        "Framework :: Django",
+        "License :: OSI Approved :: MIT License",
+    ]
 )