summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gower/fix-pyproject_toml.patch
blob: bcc95340cc7006d147781b00bad04e43a7e96654 (plain)
1
2
3
4
5
6
7
8
9
10
11
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]