X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/285fa46cb15a8bdab46fd209cc7f37cdd1fb2df4..34efbf37f568d6db6523da7dde3a134c467ed89b:/setup.py?ds=sidebyside diff --git a/setup.py b/setup.py index a9b74ae..bf85f5d 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,9 @@ from setuptools import setup, find_packages - + + setup( name='django-cas-provider', - version='0.2.1', + version='0.2.2', description='A "provider" for the Central Authentication Service (http://jasig.org/cas)', author='Chris Williams', author_email='chris@nitron.org', @@ -11,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", + ] )