This commit is contained in:
2025-08-20 05:36:39 +02:00
parent bdfcbb9ea1
commit 672c1878da
3 changed files with 24 additions and 17 deletions

View File

@@ -9,10 +9,13 @@ readme = "README.md"
requires-python = ">=3.8"
dependencies = ["peewee"]
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools>=61.0","wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["herolib*"]