add wheel build

This commit is contained in:
flandre 2025-04-12 16:40:57 +08:00
parent a95642daee
commit 6b09f6ba69
3 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -5,4 +5,5 @@ __pycache__
@DS @DS
launch.toml launch.toml
*.log *.log
doc doc
flandre.egg-info

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
recursive-include flandre *.ui

View File

@ -18,3 +18,7 @@ dependencies = [
"pyjoystick>=1.2.4", "pyjoystick>=1.2.4",
"platformdirs>=4.3.6", "platformdirs>=4.3.6",
] ]
[tool.setuptools.packages.find]
exclude = ["bak", "test"]
include = ["flandre*"]