-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
49 lines (43 loc) · 925 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
[metadata]
name = deptracpy
description = Add a short description here!
author = patrickkusebauch
author_email = [email protected]
long_description = file: README.md
url = https://github.com/patrickkusebauch/deptracpy/
platforms = any
classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
[options]
zip_safe = False
packages = find:
include_package_data = True
package_dir =
=src
python_requires = >=3.10
install_requires =
libcst==0.4.9
pyYAML==6.0.1
returns==0.19.0
typed-argument-parser==1.8.0
rich==13.3.4
[options.packages.find]
where = src
exclude =
tests
[options.entry_points]
console_scripts =
deptracpy = deptracpy.Supportive.entrypoint:run
[options.package_data]
deptracpy =
py.typed
[flake8]
max-line-length = 88
select = C,E,F,W,B,B950
extend-ignore = E203, E501, W503
exclude =
build
dist
.eggs
docs/conf.py