Skip to content

Commit 74d1772

Browse files
authored
Add classifiers and urls to pyproject (#8)
1 parent cb6ac7f commit 74d1772

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ dependencies = [
2020
"citeproc-py>=0.6.0",
2121
"pydantic>=2.9.2",
2222
]
23+
classifiers = [
24+
"Development Status :: 4 - Beta",
25+
"License :: OSI Approved :: MIT License",
26+
"Natural Language :: English",
27+
"Intended Audience :: Science/Research",
28+
"Operating System :: OS Independent",
29+
"Topic :: Software Development :: Libraries :: Python Modules",
30+
"Topic :: Scientific/Engineering",
31+
]
32+
33+
[project.urls]
34+
Source = "https://github.com/Fusion-Power-Plant-Framework/csl-reference"
35+
Documentation = "https://github.com/Fusion-Power-Plant-Framework/csl-reference#readme"
36+
Issues = "https://github.com/Fusion-Power-Plant-Framework/csl-reference/issues"
2337

2438

2539
[project.optional-dependencies]

0 commit comments

Comments
 (0)