nixpkgs/pkgs/development/python-modules/gower/fix-pyproject_toml.patch
2024-11-19 10:08:28 +01:00

11 lines
300 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index dc396ba..d12ba41 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,4 +18,5 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
+dynamic = ["license", "dependencies"]
[project.urls]