Add MANIFEST.in

Current tree does not collect everything available when the usual
"python setup.py sdist" is run. Resulting tarball works, but cannot
be used to build complete RPMs.

Strangely puzzling, adding include_package_data=True does not work.
It simply has no effect. So, we add MANIFEST.in like in the old days.

Since we're at it, add everything else missing, like the README.md.
Stock setuptools in F21 only collects README.txt, but not Markdown.

Change-Id: I9fb89429a8b690fc7e8e128962aeb991a1f760d9
This commit is contained in:
Pete Zaitcev 2015-01-09 21:56:59 -07:00
parent e87f634b0f
commit c5984b5dcd

4
MANIFEST.in Normal file
View File

@ -0,0 +1,4 @@
include README.md
include makerpm.sh pkgconfig.py
graft doc
graft etc