From ec6cced5283fc4173033713e7d48868f8486380a Mon Sep 17 00:00:00 2001 From: Matt Jia Date: Apr 12 2017 06:03:50 +0000 Subject: Add some missing sources to MANIFEST.in These files were accidentally left out of MANIFEST.in which means they are not included in tarballs generated by `python setup.py sdist`. But we want them in there for building the RPM. --- diff --git a/MANIFEST.in b/MANIFEST.in index b9e4c7a..f374432 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,9 +2,10 @@ global-exclude *.pyc *.pyo include README.md include COPYING include requirements.txt -include tests/*.py include pytest.ini +include tests/*.py tests/client_secrets.json include tox.ini include runapp.py +include fedmsg.d/*.py recursive-include conf * recursive-include docs *.py *.rst Makefile