We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5207e29 commit 3c59469Copy full SHA for 3c59469
.gitignore
@@ -7,3 +7,6 @@ __pycache__
7
*.pyc
8
.mypy_cache
9
.pytest_cache
10
+
11
12
+dist/
pyproject.toml
@@ -10,7 +10,8 @@ dependencies = []
requires-python = ">=3.9"
[project.urls]
13
-Homepage = ""
+Homepage = "https://github.com/plathanus-tech/python-inject-it"
14
+download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.1.0"
15
16
[project.optional-dependencies]
17
[tool.pdm]
0 commit comments