-
Notifications
You must be signed in to change notification settings - Fork 87
/
setup.cfg
57 lines (51 loc) · 1.41 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
[metadata]
name = az-iranian-bank-gateways
version = attr: azbankgateways.__version__
url = https://github.com/ali-zahedi/az-iranian-bank-gateways
author = Ali Zahedigol
author_email = [email protected]
description = Iranian Bank Gateways for django
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD License
classifiers =
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
python_requires = >=3.8
packages = find_namespace:
include_package_data = true
zip_safe = false
install_requires =
six
Django >= 3.0
pycryptodome >= 3.9.7
zeep
[options.extras_require]
dev =
flake8
black
isort
pre-commit
[bdist_rpm]
doc_files = docs LICENSE README.md
[flake8]
exclude = build,.git,.tox,./tests/.env
extend-ignore = E203
max-line-length = 119
[isort]
profile = black
default_section = THIRDPARTY
known_first_party = azbankgateways