diff --git a/pyproject.toml b/pyproject.toml index d9a98b5..32aca92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,9 +18,14 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = ['Logbook>=0.11.0'] + dynamic = ["version"] + authors = [{ name = "Rotem Yaari", email = "vmalloc@gmail.com" }] +[project.urls] +"GitHub" = "https://github.com/vmalloc/emport" + [project.optional-dependencies] testing = ["pytest", "dessert>=1.5.0"]