Skip to content

Commit 5db67fd

Browse files
authored
Try to move the project urls (#23)
* Try to move the project urls to fix missing urls from pypi.
1 parent 6549514 commit 5db67fd

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ maintainers = [
2424
{ name = "Jostein Leira", email = "jostein@leira.net" }
2525
]
2626
readme = "README.md"
27-
homepage = "https://github.com/norwegian-geotechnical-institute/sgf-parser"
28-
repository = "https://github.com/norwegian-geotechnical-institute/sgf-parser"
27+
2928
classifiers = [
3029
"Development Status :: 5 - Production/Stable",
3130
"Operating System :: OS Independent",
@@ -44,6 +43,11 @@ packages = [
4443
]
4544

4645

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+
4751
[tool.ruff]
4852
line-length = 120
4953
src = ["src", "tests"]

0 commit comments

Comments
 (0)