We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6549514 commit 5db67fdCopy full SHA for 5db67fd
1 file changed
pyproject.toml
@@ -24,8 +24,7 @@ maintainers = [
24
{ name = "Jostein Leira", email = "jostein@leira.net" }
25
]
26
readme = "README.md"
27
-homepage = "https://github.com/norwegian-geotechnical-institute/sgf-parser"
28
-repository = "https://github.com/norwegian-geotechnical-institute/sgf-parser"
+
29
classifiers = [
30
"Development Status :: 5 - Production/Stable",
31
"Operating System :: OS Independent",
@@ -44,6 +43,11 @@ packages = [
44
43
45
46
+[project.urls]
47
+homepage = "https://github.com/norwegian-geotechnical-institute/sgf-parser"
48
+repository = "https://github.com/norwegian-geotechnical-institute/sgf-parser"
49
50
51
[tool.ruff]
52
line-length = 120
53
src = ["src", "tests"]
0 commit comments