Update version, fix name to be wizard-vs-irs so exe works

This commit is contained in:
csd4ni3l
2025-10-12 21:44:19 +02:00
parent ccdcb67311
commit a54810cea6
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "wizard_vs_irs"
version = "0.1.1"
name = "wizard-vs-irs"
version = "0.1.2"
description = "Wizard vs IRS"
readme = "README.md"
requires-python = ">=3.11"
@@ -16,7 +16,7 @@ classifiers = [
]
[project.scripts]
wizard_vs_irs = "wizard_vs_irs.run:main"
wizard-vs-irs = "wizard_vs_irs.run:main"
[build-system]
requires = ["setuptools>=61.0"]

View File

@@ -1,7 +1,7 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
arcade==3.2.0
# via wizard_vs_irs (pyproject.toml)
# via wizard-vs-irs (pyproject.toml)
attrs==25.3.0
# via pytiled-parser
cffi==1.17.1
@@ -15,7 +15,7 @@ pyglet==2.1.6
pymunk==6.9.0
# via arcade
pypresence==4.3.0
# via wizard_vs_irs (pyproject.toml)
# via wizard-vs-irs (pyproject.toml)
pytiled-parser==2.2.9
# via arcade
typing-extensions==4.14.1

4
uv.lock generated
View File

@@ -205,8 +205,8 @@ wheels = [
]
[[package]]
name = "wizard_vs_irs"
version = "0.1.0"
name = "wizard-vs-irs"
version = "0.1.1"
source = { editable = "." }
dependencies = [
{ name = "arcade" },

View File

@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"