-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
46 lines (43 loc) · 1004 Bytes
/
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
43
44
45
46
[metadata]
name = ona-oidc
version = 1.1.3
description = Ona OpenID Connect Client
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/onaio/ona-oidc
author = Ona Systems Inc
author_email = support@ona.io
license = Copyright (c) 2022 Ona Systems Inc All rights reserved
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
project_urls =
Source = https://github.com/onaio/ona-oidc
Tracker = https://github.com/onaio/ona-oidc/issues
[options]
include_package_data = True
packages = find:
platforms = any
tests_require =
ipdb
black
flake8
mypy
isort
pre-commit
mock
tox
install_requires =
Django>=3.2.13,<5
djangorestframework
pyjwt[crypto]
requests
python_requires = >= 3.8
setup_requires =
setuptools_scm
[options.packages.find]
exclude = tests
[bdist_wheel]
universal = 1