mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-03-12 04:07:01 -04:00
- Added new menu option to adjust font size in general. - Fixed a bug with doubleclick moves addressed in #117.
14 lines
323 B
INI
14 lines
323 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:
|
|
E211,E221,E222,E225,E231,E302,E305,E701,E741,W293
|
|
|
|
[sdist]
|
|
force_manifest = 1
|
|
formats = xztar
|