Skip to content

Commit e1a1036

Browse files
committed
Add GitHub link to project configuration
1 parent eaa9f5c commit e1a1036

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ classifiers = [
1818
"Programming Language :: Python :: 3.13",
1919
]
2020
dependencies = ['Logbook>=0.11.0']
21+
2122
dynamic = ["version"]
23+
2224
authors = [{ name = "Rotem Yaari", email = "vmalloc@gmail.com" }]
2325

26+
[project.urls]
27+
"GitHub" = "https://github.com/vmalloc/emport"
28+
2429
[project.optional-dependencies]
2530
testing = ["pytest", "dessert>=1.5.0"]
2631

0 commit comments

Comments
 (0)