There was an error while loading. Please reload this page.
1 parent cb6ac7f commit 74d1772Copy full SHA for 74d1772
1 file changed
pyproject.toml
@@ -20,6 +20,20 @@ dependencies = [
20
"citeproc-py>=0.6.0",
21
"pydantic>=2.9.2",
22
]
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"
37
38
39
[project.optional-dependencies]
0 commit comments