Skip to content

Commit 2994e40

Browse files
Tidy PyPI info (#385)
* Add Python version classifiers * Tidy links * Remove 3.13 classifier
1 parent 25d168b commit 2994e40

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ authors = [
1414
requires-python = ">=3.10"
1515
classifiers = [
1616
"Programming Language :: Python",
17+
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
1720
"Intended Audience :: Science/Research",
1821
"License :: OSI Approved :: BSD License",
1922
"Natural Language :: English",
@@ -62,8 +65,8 @@ all = [
6265
janus = "janus_core.cli.janus:app"
6366

6467
[project.urls]
65-
repository = "https://github.com/stfc/janus-core/"
66-
documentation = "https://stfc.github.io/janus-core/"
68+
Repository = "https://github.com/stfc/janus-core/"
69+
Documentation = "https://stfc.github.io/janus-core/"
6770

6871
[dependency-groups]
6972
dev = [

0 commit comments

Comments
 (0)