diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/icon.ico b/icon.ico deleted file mode 100644 index 528c388..0000000 Binary files a/icon.ico and /dev/null differ diff --git a/pyproject.toml b/pyproject.toml index f57d238..8e57b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ source = "versioningit" [project] -name = "Gamepadla" +name = "gamepadla-plus" description = "Gamepads latency and polling rate tester " authors = [ { name="John Punch" }, ] maintainers = [ - { name="John Punch" }, + { name="Adam McKellar " }, ] readme = "README.md" license = {text = "MIT License"} @@ -40,11 +40,10 @@ dependencies = [ [project.urls] -Homepage = "https://gamepadla.com/" -Repository = "https://github.com/cakama3a/Gamepadla" -Issues = "https://github.com/pypa/sampleproject/issues" +Repository = "https://github.com/WyvernIXTL/gamepadla-plus" +Issues = "https://github.com/WyvernIXTL/gamepadla-plus/issues" [project.scripts] -Gamepadla = "Gamepadla:main" +gamepadla = "gamepadla:main"