Skip to content

Commit 3c59469

Browse files
Feature (build): Added metadata
1 parent 5207e29 commit 3c59469

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ __pycache__
77
*.pyc
88
.mypy_cache
99
.pytest_cache
10+
11+
12+
dist/

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ dependencies = []
1010
requires-python = ">=3.9"
1111

1212
[project.urls]
13-
Homepage = ""
13+
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"
1415

1516
[project.optional-dependencies]
1617
[tool.pdm]

0 commit comments

Comments
 (0)