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:
parent
e87f634b0f
commit
c5984b5dcd
4
MANIFEST.in
Normal file
4
MANIFEST.in
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
include README.md
|
||||||
|
include makerpm.sh pkgconfig.py
|
||||||
|
graft doc
|
||||||
|
graft etc
|
Loading…
Reference in New Issue
Block a user