|
1 | 1 | [build-system] |
2 | | -requires = ["hatchling>=1.27.0", "hatch-vcs", "setuptools-scm!=9.0.0"] |
| 2 | +requires = ["hatchling>=1.27.0", "hatch-vcs"] |
3 | 3 | build-backend = "hatchling.build" |
4 | 4 |
|
5 | 5 | [tool.hatch.build.targets.sdist] |
@@ -115,11 +115,11 @@ docs = [ |
115 | 115 |
|
116 | 116 |
|
117 | 117 | [project.urls] |
118 | | -"Bug Tracker" = "https://github.com/zarr-developers/zarr-python/issues" |
119 | | -Changelog = "https://zarr.readthedocs.io/en/stable/release-notes.html" |
| 118 | +issues = "https://github.com/zarr-developers/zarr-python/issues" |
| 119 | +changelog = "https://zarr.readthedocs.io/en/stable/release-notes.html" |
120 | 120 | Discussions = "https://github.com/zarr-developers/zarr-python/discussions" |
121 | | -Documentation = "https://zarr.readthedocs.io/" |
122 | | -Homepage = "https://github.com/zarr-developers/zarr-python" |
| 121 | +documentation = "https://zarr.readthedocs.io/" |
| 122 | +homepage = "https://github.com/zarr-developers/zarr-python" |
123 | 123 |
|
124 | 124 | [dependency-groups] |
125 | 125 | dev = [ |
@@ -352,14 +352,14 @@ module = [ |
352 | 352 | "tests.test_store.test_fsspec", |
353 | 353 | "tests.test_store.test_memory", |
354 | 354 | "tests.test_codecs.test_codecs", |
| 355 | + "tests.test_metadata.*", |
355 | 356 | ] |
356 | 357 | strict = false |
357 | 358 |
|
358 | 359 | # TODO: Move the next modules up to the strict = false section |
359 | 360 | # and fix the errors |
360 | 361 | [[tool.mypy.overrides]] |
361 | 362 | module = [ |
362 | | - "tests.test_metadata.*", |
363 | 363 | "tests.test_store.test_core", |
364 | 364 | "tests.test_store.test_logging", |
365 | 365 | "tests.test_store.test_object", |
|
0 commit comments