diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2022-01-10 12:20:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-10 18:20:15 +0100 |
| commit | 5cf0519928a99fa976623981991a4b8d1b0b3eb9 (patch) | |
| tree | 426ed91efad90a39acdacacc935f1b8498d8447d /Makefile | |
| parent | 5dce5c14e410c595e53869d6d595d88db1dbf474 (diff) | |
add deb and rpm building (#1501)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,4 +49,4 @@ version: .PHONY: style style: - flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py,electron,build,src + flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py,electron,build,src,dist |
