From 3c59469a895fc339253c5f8c8783518ee2cbcab3 Mon Sep 17 00:00:00 2001 From: Leandro de Souza Date: Mon, 6 Jun 2022 17:18:23 -0300 Subject: [PATCH] Feature (build): Added metadata --- .gitignore | 3 +++ pyproject.toml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cbc0e08..281125a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ __pycache__ *.pyc .mypy_cache .pytest_cache + + +dist/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6f7adda..ec08df8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,8 @@ dependencies = [] requires-python = ">=3.9" [project.urls] -Homepage = "" +Homepage = "https://github.com/plathanus-tech/python-inject-it" +download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.1.0" [project.optional-dependencies] [tool.pdm]