@@ -9,11 +9,10 @@ classifiers = [
99 " Framework :: Jupyter :: JupyterLab :: 4" ,
1010 " Framework :: Jupyter :: JupyterLab :: Extensions" ,
1111 " Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt" ,
12+ " Topic :: Scientific/Engineering :: GIS" ,
1213 " License :: OSI Approved :: BSD License" ,
1314 " Programming Language :: Python" ,
1415 " Programming Language :: Python :: 3" ,
15- " Programming Language :: Python :: 3.8" ,
16- " Programming Language :: Python :: 3.9" ,
1716 " Programming Language :: Python :: 3.10" ,
1817 " Programming Language :: Python :: 3.11" ,
1918 " Programming Language :: Python :: 3.12" ,
@@ -28,12 +27,19 @@ dependencies = [
2827 " jupyter-collaboration-ui>=1,<2" ,
2928 " jupyterlab>=4.3,<4.5.0" ,
3029]
30+ description = " Collaborative GIS extension for JupyterLab"
3131dynamic = [" version" ]
3232license = {file = " LICENSE" }
3333name = " jupytergis"
3434readme = " README.md"
3535requires-python = " >=3.10"
3636
37+ [project .urls ]
38+ Homepage = " https://github.com/geojupyter/jupytergis"
39+ Documentation = " https://jupytergis.readthedocs.io"
40+ Repository = " https://github.com/geojupyter/jupytergis.git"
41+ Issues = " https://github.com/geojupyter/jupytergis/issues"
42+
3743
3844[tool .hatch .version ]
3945path = " jupytergis/__init__.py"
0 commit comments