Skip to content

Commit

Permalink
Made changes to reflect new nature of fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
WyvernIXTL committed Nov 1, 2024
1 parent bed3f00 commit 2244f2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
File renamed without changes.
Binary file removed icon.ico
Binary file not shown.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>" },
]
readme = "README.md"
license = {text = "MIT License"}
Expand All @@ -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"

0 comments on commit 2244f2c

Please sign in to comment.