We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa9f5c commit e1a1036Copy full SHA for e1a1036
1 file changed
pyproject.toml
@@ -18,9 +18,14 @@ classifiers = [
18
"Programming Language :: Python :: 3.13",
19
]
20
dependencies = ['Logbook>=0.11.0']
21
+
22
dynamic = ["version"]
23
24
authors = [{ name = "Rotem Yaari", email = "vmalloc@gmail.com" }]
25
26
+[project.urls]
27
+"GitHub" = "https://github.com/vmalloc/emport"
28
29
[project.optional-dependencies]
30
testing = ["pytest", "dessert>=1.5.0"]
31
0 commit comments