summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2018-01-29 04:00:52 +0900
committerAkihiro Motoki <amotoki@gmail.com>2018-01-29 04:07:08 +0900
commitaa06f462a6f74312289705f0da41ac5c2a549693 (patch)
tree903c65b7e52d6d78316c6489d93afefc8e54ed6b /setup.cfg
parent2baea728dd561fc5b989c75fe8b4f4b583d470eb (diff)
downloaddjango_openstack_auth-aa06f462a6f74312289705f0da41ac5c2a549693.tar.gz
Prepare transitional DOA package
It was suggested to create a new major version (which will be 4.0.0) of DOA as a transitional package to stop providing any module itself. http://lists.openstack.org/pipermail/openstack-dev/2018-January/126431.html Queens release of horizon is planned to depend on the new DOA release. Part of blueprint merge-openstack-auth Change-Id: I3776fedcf21c1b4d669fede478f58518d489f0ef
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg25
1 files changed, 25 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..0373440
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,25 @@
+[metadata]
+name = django_openstack_auth
+summary = Django authentication backend for use with OpenStack Identity
+description-file =
+ README.rst
+author = OpenStack
+author-email = openstack-dev@lists.openstack.org
+home-page = http://www.openstack.org/
+classifier =
+ Development Status :: 5 - Production/Stable
+ Environment :: OpenStack
+ Framework :: Django
+ Intended Audience :: Developers
+ Intended Audience :: Information Technology
+ Intended Audience :: System Administrators
+ License :: OSI Approved :: Apache Software License
+ Operating System :: OS Independent
+ Operating System :: POSIX :: Linux
+ Programming Language :: Python
+ Programming Language :: Python :: 2
+ Programming Language :: Python :: 2.7
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3.5
+ Topic :: Internet :: WWW/HTTP