-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (35 loc) · 776 Bytes
/
setup.cfg
File metadata and controls
39 lines (35 loc) · 776 Bytes
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
[metadata]
name = example_python_package
version = 1.0.0
author = TBC
author_email = TBC
description = Example package description
long_description = file: README.md
[options]
packages = find:
# pytypes doesn't work with Python >= 3.10 - would be interesting to see what alternatives there are
python_requires= >=3.8, <3.10
install_requires =
typeguard == 4.2.1
pytypes == 1.0b10
[options.extras_require]
dev =
pre-commit == 2.21.0
twine == 4.0.2
format =
black == 22.12.0
isort == 5.13.2
test =
bandit == 1.7.8
mypy == 1.10.0
pylint == 2.17.7
pylint-print == 1.0.1
pytest == 7.4.4
pytest-cov == 3.0.0
pytest-mock == 3.14.0
pytest-xdist == 3.6.1
[options.packages.find]
exclude =
tests*
[egg_info]
egg_base = ./