aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 9d9660a..8e19fc0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,15 +36,14 @@ python_requires = >= 3.7
install_requires =
click
jsonschema>=3.0
- # reuse is optional:
- # reuse
[options.package_data]
hydrilla.builder = locales/*/LC_MESSAGES/hydrilla-messages.mo
[options.extras_require]
-test = pytest
+test = pytest; reuse
setup = setuptools_scm
+SPDX = reuse
[options.packages.find]
where = src