add wheel build
This commit is contained in:
parent
a95642daee
commit
6b09f6ba69
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,4 +5,5 @@ __pycache__
|
||||
@DS
|
||||
launch.toml
|
||||
*.log
|
||||
doc
|
||||
doc
|
||||
flandre.egg-info
|
||||
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@ -0,0 +1 @@
|
||||
recursive-include flandre *.ui
|
||||
@ -18,3 +18,7 @@ dependencies = [
|
||||
"pyjoystick>=1.2.4",
|
||||
"platformdirs>=4.3.6",
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
exclude = ["bak", "test"]
|
||||
include = ["flandre*"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user