Skip to content

Commit b9f97a4

Browse files
committed
Use project's license-files entry
1 parent 60bd4ef commit b9f97a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ maintainers = [
3535
{ name = "Alistair Miles", email = "[email protected]" },
3636
]
3737
license = "MIT"
38+
license-files = [
39+
"LICENSE.txt",
40+
]
3841

3942
[project.urls]
4043
"Bug Tracker" = "https://github.com/zarr-developers/numcodecs/issues"
@@ -94,7 +97,6 @@ crc32c = [
9497
"numcodecs.zfpy" = "numcodecs.zarr3:ZFPY"
9598

9699
[tool.setuptools]
97-
license-files = ["LICENSE.txt"]
98100
package-dir = {"" = "."}
99101
packages = ["numcodecs", "numcodecs.tests"]
100102
zip-safe = false

0 commit comments

Comments
 (0)