diff --git a/.gitignore b/.gitignore index 1c8f647..b542d36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ venv/ *.pyc __pycache__/ -settings.ini \ No newline at end of file +settings.ini +dist/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 41a3f7d..f0ba01f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "trackingmore" +name = "trackingmore-api-tool" version = "0.1.2" authors = [ { name="Kumi Mitterer", email="trackingmore-api-tool@kumi.email" }, @@ -18,6 +18,11 @@ classifiers = [ "Operating System :: OS Independent", ] +[tool.hatch.build.targets.wheel] +packages = [ + "src/trackingmore" +] + [project.urls] "Homepage" = "https://kumig.it/kumitterer/trackingmore-api-tool" "Bug Tracker" = "https://kumig.it/kumitterer/trackingmore-api-tool/issues"