11[metadata]
22name = scancode-toolkit-mini
3- version = 32.3.3
3+ version = 32.4.0
44license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
@@ -49,8 +49,10 @@ license_files =
4949 CHANGELOG.rst
5050 CODE_OF_CONDUCT.rst
5151 cc-by-4.0.LICENSE
52+ README.rst
5253
5354[options]
55+ python_requires = >=3.9
5456package_dir =
5557 =src
5658packages = find:
@@ -60,7 +62,6 @@ zip_safe = false
6062py_modules =
6163 scancode_config
6264
63- python_requires = >=3.9
6465
6566install_requires =
6667 attrs >= 18.1,!=20.1.0; python_version<'3.11'
@@ -87,7 +88,7 @@ install_requires =
8788 jinja2 >= 2.7.0
8889 jsonstreams >= 0.5.0
8990 license_expression >= 30.4.1
90- lxml >= 4.9.2
91+ lxml >= 5.4.0
9192 MarkupSafe >= 2.1.2
9293 packageurl_python >= 0.9.0
9394 packvers >= 21.0.0
@@ -126,20 +127,18 @@ full =
126127 typecode[full] >= 30.0.0
127128 extractcode[full] >= 31.0.0
128129
129- testing =
130+ dev =
130131 pytest >= 6, != 7.0.0
131132 pytest-xdist >= 2
132133 aboutcode-toolkit >= 7.0.2
133- pycodestyle >= 2.8.0
134134 twine
135135 black
136136 isort
137137 vendorize >= 0.3.0
138138 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
143142 sphinx-reredirects >= 0.1.2
144143 doc8 >= 0.8.1
145144 sphinx-autobuild
@@ -161,6 +160,7 @@ console_scripts =
161160 scancode-license-data = licensedcode.license_db:dump_scancode_license_data
162161 regen-package-docs = packagedcode.regen_package_docs:regen_package_docs
163162 add-required-phrases = licensedcode.required_phrases:add_required_phrases
163+ gen-new-required-phrases-rules = licensedcode.required_phrases:gen_required_phrases_rules
164164
165165# These are configurations for ScanCode plugins as setuptools entry points.
166166# Each plugin entry hast this form:
0 commit comments