mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-10 00:05:51 +01: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:
parent
9402af1e30
commit
94cec080d6
@ -43,9 +43,6 @@ dev-dependencies = [
|
|||||||
"scalene>=1.5.35",
|
"scalene>=1.5.35",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.metadata]
|
|
||||||
allow-direct-references = true
|
|
||||||
|
|
||||||
# So hatch doesn't try to build other top-level directories like "data"
|
# So hatch doesn't try to build other top-level directories like "data"
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["csv_metadata_quality"]
|
packages = ["csv_metadata_quality"]
|
||||||
|
Loading…
Reference in New Issue
Block a user