Skip to content

Commit e6cf0f4

Browse files
authored
Improve python project metadata and classifiers (#1032)
1 parent 5db3642 commit e6cf0f4

File tree

6 files changed

+15
-11
lines changed

6 files changed

+15
-11
lines changed

python/jupytergis/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<p align="center"><img width="100" src="https://raw.githubusercontent.com/geojupyter/jupytergis/main/packages/base/style/icons/logo.svg"></p>
22
<h1 align="center">JupyterGIS - A JupyterLab extension for collaborative GIS</h1>
33

4-
[![lite-badge]][lite] [![docs-badge]][docs]
4+
[![lite-badge]][lite] [![docs-badge]][docs] [![jupytergis-badge]][marketplace]
55

66
[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg
77
[lite]: https://jupytergis.readthedocs.io/en/latest/lite/lab/index.html?path=france_hiking.jGIS/
88
[docs-badge]: https://readthedocs.org/projects/jupytergis/badge/?version=latest
99
[docs]: https://jupytergis.readthedocs.io
10+
[jupytergis-badge]: https://labextensions.dev/api/badge/jupytergis?metric=downloads&leftColor=%23555&rightColor=%23F37620&style=flat
11+
[marketplace]: https://labextensions.dev/extensions/jupytergis
1012

1113
![jupytergis](https://github.com/geojupyter/jupytergis/blob/main/jupytergis.png)
1214

python/jupytergis/pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
3131
dynamic = ["version"]
3232
license = {file = "LICENSE"}
3333
name = "jupytergis"
3434
readme = "README.md"
3535
requires-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]
3945
path = "jupytergis/__init__.py"

python/jupytergis_core/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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",

python/jupytergis_lab/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ classifiers = [
1313
"Framework :: Jupyter :: JupyterLab :: 4",
1414
"Framework :: Jupyter :: JupyterLab :: Extensions",
1515
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
16+
"Topic :: Scientific/Engineering :: GIS",
1617
"License :: OSI Approved :: BSD License",
1718
"Programming Language :: Python",
1819
"Programming Language :: Python :: 3",
19-
"Programming Language :: Python :: 3.8",
20-
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",

python/jupytergis_lite/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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",

python/jupytergis_qgis/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ classifiers = [
1313
"Framework :: Jupyter :: JupyterLab :: 4",
1414
"Framework :: Jupyter :: JupyterLab :: Extensions",
1515
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
16+
"Topic :: Scientific/Engineering :: GIS",
1617
"License :: OSI Approved :: BSD License",
1718
"Programming Language :: Python",
1819
"Programming Language :: Python :: 3",
19-
"Programming Language :: Python :: 3.8",
20-
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)