Skip to content

Commit

Permalink
Add GitHub link to project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ayalash committed Oct 13, 2024
1 parent eaa9f5c commit e1a1036
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = ['Logbook>=0.11.0']

dynamic = ["version"]

authors = [{ name = "Rotem Yaari", email = "[email protected]" }]

[project.urls]
"GitHub" = "https://github.com/vmalloc/emport"

[project.optional-dependencies]
testing = ["pytest", "dessert>=1.5.0"]

Expand Down

0 comments on commit e1a1036

Please sign in to comment.