@@ -14,13 +14,7 @@ readme = "README.md"
1414# requires-python = ">=3.8"
1515license = {text = " BSD-3" }
1616classifiers = [
17- # TODO: add classifiers before release
18- # "Programming Language :: Python",
19- # "Programming Language :: Python :: 3.8",
20- # "Programming Language :: Python :: 3.9",
21- # "Programming Language :: Python :: 3.10",
22- # "Programming Language :: Python :: 3.11",
23- # "Programming Language :: Python :: 3.12",
17+ " Programming Language :: Python :: 3.11" ,
2418 # "Development Status :: 4 - Beta",
2519 " Intended Audience :: Developers" ,
2620 " Intended Audience :: Science/Research" ,
@@ -38,13 +32,12 @@ dependencies = [
3832 " ndx-ophys-devices>=0.1.1"
3933]
4034
41- # TODO: add URLs before release
42- # [project.urls]
43- # "Homepage" = "https://github.com/organization/package"
44- # "Documentation" = "https://package.readthedocs.io/"
45- # "Bug Tracker" = "https://github.com/organization/package/issues"
46- # "Discussions" = "https://github.com/organization/package/discussions"
47- # "Changelog" = "https://github.com/organization/package/blob/main/CHANGELOG.md"
35+ [project .urls ]
36+ "Homepage" = " https://github.com/CatalystNeuro/ndx-microscopy"
37+ "Documentation" = " https://ndx-microscopy.readthedocs.io/"
38+ "Bug Tracker" = " https://github.com/CatalystNeuro/ndx-microscopy/issues"
39+ "Discussions" = " https://github.com/CatalystNeuro/ndx-microscopy/discussions"
40+ "Changelog" = " https://github.com/CatalystNeuro/ndx-microscopy/blob/main/CHANGELOG.md"
4841
4942# Include only the source code under `src/pynwb/ndx_microscopy` and the spec files under `spec`
5043# in the wheel.
0 commit comments