X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/e0a665a26179e5ab5bd781dba56e82f0fcdc4dd7..4f3dc0c8018d8ca6ff31429043d64ccbdae8b956:/setup.py?ds=sidebyside diff --git a/setup.py b/setup.py index 06e5d4a..bf85f5d 100644 --- 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", + ] )