Skip to content

Commit

Permalink
Fix tidyall tests. (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif authored Jul 6, 2023
1 parent 75a3000 commit 829a5bd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[sdist]
formats = xztar
force_manifest = 1

[bdist_rpm]
release = 1
doc_files = COPYING README.md
use_bzip2 = 1
group = Amusements/Games
release = 1
use_bzip2 = 1

[flake8]
extend-ignore = H101,H104,H201,H237,H301,H306,H403,H404,H405

[sdist]
force_manifest = 1
formats = xztar

0 comments on commit 829a5bd

Please sign in to comment.