1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-09-19 16:38:25 +02:00

pyproject.toml: remove Hatch direct-references

Apparently I copied this from somewhere but it's not needed in this
project because we are not using direct dependency references (which
seem to be local packages).
This commit is contained in:
Alan Orth 2024-05-23 09:43:08 +03:00
parent 9402af1e30
commit 94cec080d6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -43,9 +43,6 @@ dev-dependencies = [
"scalene>=1.5.35",
]
[tool.hatch.metadata]
allow-direct-references = true
# So hatch doesn't try to build other top-level directories like "data"
[tool.hatch.build.targets.wheel]
packages = ["csv_metadata_quality"]