mirror of
https://github.com/csd4ni3l/wizard_vs_irs.git
synced 2026-01-01 04:13:42 +01:00
Add PyPI support, fix a bunch of issues i didnt notice, update README
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user