Mercurial > p > roundup > code
diff MANIFEST.in @ 8002:a377590eba34
changes for 2.4.0b0 release
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 May 2024 20:57:28 -0400 |
| parents | 623502678b97 |
| children | a4cb4e75d4e9 |
line wrap: on
line diff
--- a/MANIFEST.in Sun May 26 11:33:08 2024 -0400 +++ b/MANIFEST.in Sun May 26 20:57:28 2024 -0400 @@ -5,9 +5,10 @@ recursive-include scripts/Docker Dockerfile *.* *_* recursive-include tools *.* base64 recursive-include test *.py *.txt -recursive-include doc *.html *.png *.txt *.css *.example +include test/pg_service.conf +recursive-include doc *.html *.gif *.png *.txt *.css *.example recursive-include detectors *.py README.txt include demo.py *.txt global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* .flake8 -include doc/conf.py doc/roundup-favicon.ico +include doc/conf.py doc/Makefile doc/requirements.pip doc/roundup-favicon.ico include locale/*.po locale/*.mo locale/roundup.pot locale/Makefile
