-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathsetup.cfg
More file actions
75 lines (65 loc) · 1.57 KB
/
setup.cfg
File metadata and controls
75 lines (65 loc) · 1.57 KB
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
66
67
68
69
70
71
72
73
74
75
[bumpversion]
commit = False
tag = False
current_version = 0.9.12
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
[bumpversion:file:build.sh]
[bumpversion:file:release.sh]
[bumpversion:file:src/nuget-inspector/Config.cs]
[bumpversion:file:src/nuget-inspector/nuget-inspector.csproj]
[bumpversion:file:Dockerfile]
[bumpversion:file:Dockerfile.ubuntu18]
[metadata]
name = nuget-inspector-test-suite
license = Apache-2.0 AND MIT
description = A test suite for nuget-inspector
long_description = file:README.rst
long_description_content_type = text/x-rst
url = https://github.com/nexB/nuget-inspector
author = nexB. Inc. and others
author_email = info@aboutcode.org
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Software Development
Topic :: Utilities
keywords =
utilities
license_files =
apache-2.0.LICENSE
NOTICE
AUTHORS.rst
CHANGELOG.rst
[options]
package_dir =
=tests
packages = find:
include_package_data = true
zip_safe = false
setup_requires = setuptools_scm[toml] >= 4
python_requires = >=3.10
install_requires =
pytest >= 6, != 7.0.0
pytest-xdist >= 2
commoncode
aboutcode-toolkit >= 6.0.0
black
[options.packages.find]
where = tests
[options.extras_require]
testing =
pytest >= 6, != 7.0.0
pytest-xdist >= 2
commoncode
aboutcode-toolkit >= 6.0.0
black
bump2version
docs =
Sphinx >= 3.3.1
sphinx-rtd-theme >= 0.5.0
doc8 >= 0.8.1