We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
project
license-files
1 parent 60bd4ef commit b9f97a4Copy full SHA for b9f97a4
pyproject.toml
@@ -35,6 +35,9 @@ maintainers = [
35
{ name = "Alistair Miles", email = "[email protected]" },
36
]
37
license = "MIT"
38
+license-files = [
39
+ "LICENSE.txt",
40
+]
41
42
[project.urls]
43
"Bug Tracker" = "https://github.com/zarr-developers/numcodecs/issues"
@@ -94,7 +97,6 @@ crc32c = [
94
97
"numcodecs.zfpy" = "numcodecs.zarr3:ZFPY"
95
98
96
99
[tool.setuptools]
-license-files = ["LICENSE.txt"]
100
package-dir = {"" = "."}
101
packages = ["numcodecs", "numcodecs.tests"]
102
zip-safe = false
0 commit comments