forked from cloud-gov/django-uaa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
42 lines (40 loc) · 1.22 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[metadata]
name = cg-django-uaa
version = attr: uaa_client.VERSION
description = A cloud.gov UAA authentication backend for Django
long_description = file: README.md, CHANGELOG.md, LICENSE.md
long_description_content_type = md
url = https://github.com/cloud-gov/cg-django-uaa
license = CC0 1.0
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Intended Audience :: Developers
License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Operating System :: OS Independent
Programming Language :: Python
Topic :: Software Development :: Libraries :: Python Modules
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Utilities
[options]
zip_safe = False
include_package_data = True
package_dir =
uaa_client = uaa_client
packages = find:
install_requires =
django>=2.2,<3.3
PyJWT>=1.4.2,<2.0
requests>=2.11.0
[options.packages.find]
exclude =
uaa_client.tests