-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
50 lines (47 loc) · 1008 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
47
48
49
50
[metadata]
name = sleuth-client
description = Register deploys in Sleuth
author = Don Brown
author_email = [email protected]
maintainer = Don Brown
maintainer_email = [email protected]
long_description = file: README.md
long_description_content_type = text/markdown
license = APLv2 License
url = https://github.com/sleuth-io/sleuth-client
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: Apache Software License
Topic :: Software Development
Programming Language :: Python :: 3.8
keywords =
sleuth
[options]
packages = find:
include_package_data = True
python_requires = >=3.8
install_requires =
gitpython
requests
click
setup_requires =
setuptools_scm
[options.entry_points]
console_scripts =
sleuth = sleuth.cli:main
[options.extras_require]
dev =
pytest
flake8
pylint
black
reorder-python-imports
factory-boy
mkdocs>=1.1
mkdocs-macros-plugin
pyinstaller
test =
pytest
doc =
sphinx
sphinx_rtd_theme