forked from raimon49/pip-licenses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
65 lines (58 loc) · 1.42 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
58
59
60
61
62
63
64
65
[metadata]
author_email = [email protected]
project_urls =
Releases = https://github.com/raimon49/pip-licenses/releases
Issues = https://github.com/raimon49/pip-licenses/issues
keywords = pip pypi package license check
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: System :: Systems Administration
Topic :: System :: System Shells
Typing :: Typed
[options]
packages = find:
include_package_data = True
python_requires = ~=3.8
py_modules =
piplicenses
setup_requires =
setuptools >= 40.9.0
pytest-runner
install_requires =
prettytable >= 2.3.0
tests_require =
docutils
mypy
pytest-cov
pytest-pycodestyle
pytest-runner
[options.extras_require]
test =
docutils
mypy
pytest-cov
pytest-pycodestyle
pytest-runner
[bdist_wheel]
universal = 0
[aliases]
test = pytest
[tool:pytest]
addopts = --pycodestyle -v --cov --cov-report term-missing
[tool:isort]
# https://github.com/timothycrosley/isort
line_length = 72
known_first_party =
piplicenses
profile = black
[mypy]
mypy_path = stubs/
exclude = setup.py