Mercurial > p > roundup > code
comparison MANIFEST.in @ 7434:e99ebce483ef
Fix manifest some uneeded files were getting in source tarball.
Also security.txt was being excluded add .flake8 to global exclude.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 29 May 2023 19:56:30 -0400 |
| parents | b3ba03d2b214 |
| children | 623502678b97 |
comparison
equal
deleted
inserted
replaced
| 7433:1c291a05d90f | 7434:e99ebce483ef |
|---|---|
| 1 recursive-include share * | 1 recursive-include share * |
| 2 recursive-include roundup *.* | 2 recursive-include roundup *.py *.txt |
| 3 recursive-include frontends *.* | 3 recursive-include frontends *.* |
| 4 recursive-include scripts *.* *-* | 4 recursive-include scripts *.* *-* |
| 5 recursive-include scripts/Docker Dockerfile *.* *_* | 5 recursive-include scripts/Docker Dockerfile *.* *_* |
| 6 recursive-include tools *.* base64 | 6 recursive-include tools *.* base64 |
| 7 recursive-include test *.py *.txt | 7 recursive-include test *.py *.txt |
| 8 recursive-include doc *.html *.png *.txt *.css *.example | 8 recursive-include doc *.html *.png *.txt *.css *.example |
| 9 recursive-include detectors *.py README.txt | 9 recursive-include detectors *.py README.txt |
| 10 global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* | |
| 11 include demo.py *.txt | 10 include demo.py *.txt |
| 11 global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* .flake8 | |
| 12 include doc/conf.py doc/roundup-favicon.ico | 12 include doc/conf.py doc/roundup-favicon.ico |
| 13 exclude doc/security.txt | |
| 14 include locale/*.po locale/*.mo locale/roundup.pot | 13 include locale/*.po locale/*.mo locale/roundup.pot |
