c5984b5dcd
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
5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
include README.md
|
|
include makerpm.sh pkgconfig.py
|
|
graft doc
|
|
graft etc
|