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