-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
79 lines (72 loc) · 1.6 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[metadata]
name = django-mds
version = 0.7.10.dev0
author = Polyconseil
author_email = [email protected]
url = http://github.com/Polyconseil/django-mds
description = MDS Agency implementation
long_description = file: README.md
long_description_content_type= text/markdown
license = MIT
keywords = Mobility City MDS MaaS Django
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Other Audience
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Environment :: Web Environment
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Topic :: Other/Nonlisted Topic
Framework :: Django
[options]
zip_safe = True
include_package_data = True
packages = find:
setup_requires =
setuptools
install_requires =
coreapi
cryptography
django<3.0
django-filter
django-cors-headers
django-oauth-toolkit
djangorestframework==3.9.3
drf-yasg==1.16.0
getconf
psycopg2
pyjwt
pyyaml
requests_oauthlib
retrying
semantic-version
[options.extras_require]
dev =
black
factory-boy
flake8
pytest
pytest-django
requests-mock
zest.releaser[recommended]
polydev.github
[options.packages.find]
recursive-include =
mds/locale/*.mo
exclude =
tests*
[flake8]
exclude = build, dist, */migrations
max-line-length = 88
ignore = E203, W503
[bdist_wheel]
python-tag = py3
[zest.releaser]
create-wheel = yes
version-levels = 3
releaser.after_checkout =
prerelease_script.compilemessages
[distutils]
index-servers = pypi