-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
46 lines (43 loc) · 1.13 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
[metadata]
name = sqreen_security_signal_sdk
description = Sqreen Security Signal SDK for Python
long-description = file: README.md
home-page = https://github.com/sqreen/python-security-signal-sdk
author = Sqreen
author-email = [email protected]
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Internet :: WWW/HTTP
Topic :: Security
license = MIT License
license_file = LICENSE
[options]
package_dir =
= src
packages = find:
install_requires =
urllib3 >=1.25
futures; python_version == "2.7"
typing; python_version < "3.6"
aenum; python_version < "3.4"
[options.extras_require]
dev =
pre-commit
mypy
flake8
isort
test =
pytest >=4.6.0,<4.7; python_version <= "3.4"
pytest; python_version > "3.4"
pytest-cov
tox
freezegun
[options.packages.find]
where = src