Add PyPI support, fix a bunch of issues i didnt notice, update README

This commit is contained in:
csd4ni3l
2025-10-12 21:29:55 +02:00
parent 47e7cc48ef
commit 01bec44101
23 changed files with 212 additions and 144 deletions

View File

@@ -8,3 +8,16 @@ dependencies = [
"arcade==3.2.0",
"pypresence>=4.3.0",
]
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
]
[project.scripts]
wizard_vs_irs = "wizard_vs_irs.run:main"
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"