@@ -16,19 +16,32 @@ authors = [
1616classifiers = [
1717 " Development Status :: 4 - Beta" ,
1818 " Intended Audience :: Developers" ,
19+ " Intended Audience :: Information Technology" ,
20+ " Intended Audience :: Science/Research" ,
1921 " License :: OSI Approved :: MIT License" ,
22+ " Operating System :: OS Independent" ,
2023 " Programming Language :: Python" ,
2124 " Programming Language :: Python :: 3" ,
2225 " Programming Language :: Python :: 3.11" ,
2326 " Programming Language :: Python :: 3.12" ,
2427 " Programming Language :: Python :: 3.13" ,
2528 " Programming Language :: Python :: 3.14" ,
29+ " Topic :: Scientific/Engineering" ,
30+ " Topic :: Software Development :: Libraries :: Python Modules" ,
2631 " Typing :: Typed" ,
2732]
33+ keywords = [" zarr" ]
2834dependencies = [
2935 " typing_extensions>=4.13" ,
3036]
3137
38+ [project .urls ]
39+ Homepage = " https://github.com/zarr-developers/zarr-python"
40+ Source = " https://github.com/zarr-developers/zarr-python/tree/main/packages/zarr-metadata"
41+ Issues = " https://github.com/zarr-developers/zarr-python/issues"
42+ Changelog = " https://github.com/zarr-developers/zarr-python/blob/main/packages/zarr-metadata/CHANGELOG.md"
43+ Documentation = " https://github.com/zarr-developers/zarr-python/blob/main/packages/zarr-metadata/README.md"
44+
3245[dependency-groups ]
3346test = [" pytest" , " pydantic>=2" ]
3447
0 commit comments