1
1
[metadata]
2
2
name = scancode-toolkit-mini
3
- version = 32.3.3
3
+ version = 32.4.0
4
4
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
@@ -49,8 +49,10 @@ license_files =
49
49
CHANGELOG.rst
50
50
CODE_OF_CONDUCT.rst
51
51
cc-by-4.0.LICENSE
52
+ README.rst
52
53
53
54
[options]
55
+ python_requires = >=3.9
54
56
package_dir =
55
57
=src
56
58
packages = find:
@@ -60,7 +62,6 @@ zip_safe = false
60
62
py_modules =
61
63
scancode_config
62
64
63
- python_requires = >=3.9
64
65
65
66
install_requires =
66
67
attrs >= 18.1,!=20.1.0; python_version<'3.11'
@@ -87,7 +88,7 @@ install_requires =
87
88
jinja2 >= 2.7.0
88
89
jsonstreams >= 0.5.0
89
90
license_expression >= 30.4.1
90
- lxml >= 4.9.2
91
+ lxml >= 5.4.0
91
92
MarkupSafe >= 2.1.2
92
93
packageurl_python >= 0.9.0
93
94
packvers >= 21.0.0
@@ -126,20 +127,18 @@ full =
126
127
typecode[full] >= 30.0.0
127
128
extractcode[full] >= 31.0.0
128
129
129
- testing =
130
+ dev =
130
131
pytest >= 6, != 7.0.0
131
132
pytest-xdist >= 2
132
133
aboutcode-toolkit >= 7.0.2
133
- pycodestyle >= 2.8.0
134
134
twine
135
135
black
136
136
isort
137
137
vendorize >= 0.3.0
138
138
pytest-rerunfailures
139
-
140
- docs =
141
- Sphinx == 5.1.0
142
- sphinx_rtd_theme >= 0.5.1
139
+ ruff
140
+ Sphinx>=5.0.2
141
+ sphinx-rtd-theme>=1.0.0
143
142
sphinx-reredirects >= 0.1.2
144
143
doc8 >= 0.8.1
145
144
sphinx-autobuild
@@ -161,6 +160,7 @@ console_scripts =
161
160
scancode-license-data = licensedcode.license_db:dump_scancode_license_data
162
161
regen-package-docs = packagedcode.regen_package_docs:regen_package_docs
163
162
add-required-phrases = licensedcode.required_phrases:add_required_phrases
163
+ gen-new-required-phrases-rules = licensedcode.required_phrases:gen_required_phrases_rules
164
164
165
165
# These are configurations for ScanCode plugins as setuptools entry points.
166
166
# Each plugin entry hast this form:
0 commit comments