Mercurial > p > roundup > code
changeset 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 | 1c291a05d90f |
| children | 61e42bf3e7d4 |
| files | MANIFEST.in |
| diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/MANIFEST.in Mon May 29 19:53:43 2023 -0400 +++ b/MANIFEST.in Mon May 29 19:56:30 2023 -0400 @@ -1,5 +1,5 @@ recursive-include share * -recursive-include roundup *.* +recursive-include roundup *.py *.txt recursive-include frontends *.* recursive-include scripts *.* *-* recursive-include scripts/Docker Dockerfile *.* *_* @@ -7,8 +7,7 @@ recursive-include test *.py *.txt recursive-include doc *.html *.png *.txt *.css *.example recursive-include detectors *.py README.txt -global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* include demo.py *.txt +global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* .flake8 include doc/conf.py doc/roundup-favicon.ico -exclude doc/security.txt include locale/*.po locale/*.mo locale/roundup.pot
