[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "ricsave" version = "0.1.0" description = "Edytor zapisów gry Reksio i Czarodzieje (silnik PIK, 2004)" requires-python = ">=3.11" dependencies = [] [project.optional-dependencies] dev = ["pytest>=8"] [project.scripts] ricsave = "ricsave.cli:main" [tool.hatch.build.targets.wheel] packages = ["ricsave", "webapp"] [tool.pytest.ini_options] testpaths = ["tests"]