mirror of
https://github.com/csd4ni3l/wizard_vs_irs.git
synced 2026-01-01 12:23:43 +01:00
Update version, fix name to be wizard-vs-irs so exe works
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "wizard_vs_irs"
|
name = "wizard-vs-irs"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = "Wizard vs IRS"
|
description = "Wizard vs IRS"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
@@ -16,7 +16,7 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
wizard_vs_irs = "wizard_vs_irs.run:main"
|
wizard-vs-irs = "wizard_vs_irs.run:main"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=61.0"]
|
requires = ["setuptools>=61.0"]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# This file was autogenerated by uv via the following command:
|
# This file was autogenerated by uv via the following command:
|
||||||
# uv pip compile pyproject.toml -o requirements.txt
|
# uv pip compile pyproject.toml -o requirements.txt
|
||||||
arcade==3.2.0
|
arcade==3.2.0
|
||||||
# via wizard_vs_irs (pyproject.toml)
|
# via wizard-vs-irs (pyproject.toml)
|
||||||
attrs==25.3.0
|
attrs==25.3.0
|
||||||
# via pytiled-parser
|
# via pytiled-parser
|
||||||
cffi==1.17.1
|
cffi==1.17.1
|
||||||
@@ -15,7 +15,7 @@ pyglet==2.1.6
|
|||||||
pymunk==6.9.0
|
pymunk==6.9.0
|
||||||
# via arcade
|
# via arcade
|
||||||
pypresence==4.3.0
|
pypresence==4.3.0
|
||||||
# via wizard_vs_irs (pyproject.toml)
|
# via wizard-vs-irs (pyproject.toml)
|
||||||
pytiled-parser==2.2.9
|
pytiled-parser==2.2.9
|
||||||
# via arcade
|
# via arcade
|
||||||
typing-extensions==4.14.1
|
typing-extensions==4.14.1
|
||||||
|
|||||||
4
uv.lock
generated
4
uv.lock
generated
@@ -205,8 +205,8 @@ wheels = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wizard_vs_irs"
|
name = "wizard-vs-irs"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "arcade" },
|
{ name = "arcade" },
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.1.1"
|
__version__ = "0.1.2"
|
||||||
Reference in New Issue
Block a user