-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
57 lines (53 loc) · 1.25 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 = auditee
version = 0.0.1.dev3
description = auditee
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/initc3/auditee
author = Sylvain Bellemare
license_file = LICENSE
platforms = linux
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Utilities
project_urls =
Source=https://github.com/initc3/auditee
Tracker=https://github.com/initc3/auditee/issues
[options]
packages = find:
python_requires = >=3.6
install_requires =
blessings
cffi
colorama
gitpython
pydantic
requests
python-on-whales~=0.19
pyyaml
include_package_data = True
[options.extras_require]
dev =
ipdb
ipython
docs:
sphinx
sphinxcontrib-bibtex
sphinx-book-theme
sphinx-proof
sphinx-togglebutton
test =
pytest
[options.entry_points]
console_scripts =
auditee=auditee.cli:main
[options.package_data]
auditee = bindings/*.h, signing_key.pem