-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made changes to reflect new nature of fork.
- Loading branch information
1 parent
bed3f00
commit 2244f2c
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"} | ||
|
@@ -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" | ||
|