diff --git a/Gamepadla.py b/Gamepadla.py index c699d6f..370e4f7 100644 --- a/Gamepadla.py +++ b/Gamepadla.py @@ -1,4 +1,4 @@ -ver = "1.1.6" +ver = "1.1.7" from colorama import Fore, Style import time diff --git a/pyproject.toml b/pyproject.toml index 8e57b89..949602d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,9 @@ build-backend = "hatchling.build" [tool.hatch.version] source = "versioningit" +[tool.hatch.build.targets.wheel] +packages = ["gamepadla.py"] + [project] name = "gamepadla-plus"