1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/setup.cfg
lufebe16 7dd72522c4 Kivy/Android
- toolbar pos tied to device orientation
- added additional options for it
- refactoring
2024-01-11 10:34:41 +01:00

14 lines
310 B
INI

[bdist_rpm]
doc_files = COPYING README.md
group = Amusements/Games
release = 1
use_bzip2 = 1
[flake8]
extend-ignore = H101,H104,H201,H237,H301,H306,H403,H404,H405,
# remove some most ugly flakes (proposal)
# E231,E302,E305,E741,W293
[sdist]
force_manifest = 1
formats = xztar