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.
1 parent 5390e1d commit b877f89Copy full SHA for b877f89
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["hatchling", "hatch-vcs"]
+requires = ["hatchling>=1.27.0", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
[tool.hatch.build.targets.sdist]
@@ -47,7 +47,6 @@ classifiers = [
47
'Intended Audience :: Developers',
48
'Intended Audience :: Information Technology',
49
'Intended Audience :: Science/Research',
50
- 'License :: OSI Approved :: MIT License',
51
'Programming Language :: Python',
52
'Topic :: Software Development :: Libraries :: Python Modules',
53
'Operating System :: Unix',
@@ -56,7 +55,8 @@ classifiers = [
56
55
'Programming Language :: Python :: 3.12',
57
'Programming Language :: Python :: 3.13',
58
]
59
-license = {text = "MIT License"}
+license = "MIT"
+license-files = ["LICENSE.txt"]
60
keywords = ["Python", "compressed", "ndimensional-arrays", "zarr"]
61
62
[project.optional-dependencies]
0 commit comments