diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2011-03-09 15:37:07 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2011-03-09 15:37:07 +0200 |
commit | 16aea81dc77fece89766065d70dcff3ce9a640a7 (patch) | |
tree | 629725fb3b52a803c1fd430ca9be6092b9754ffd /python/MANIFEST.in | |
parent | 9aef00d3415dc3c588a4de3bc6a0f58e7473ded7 (diff) | |
download | librpm-tizen-16aea81dc77fece89766065d70dcff3ce9a640a7.tar.gz librpm-tizen-16aea81dc77fece89766065d70dcff3ce9a640a7.tar.bz2 librpm-tizen-16aea81dc77fece89766065d70dcff3ce9a640a7.zip |
Preliminary distutils support for the python bindings
- Steps towards separating rpm-python from the main rpm tarball even
though developed within the rpm repository.
- Having the bindings in a separate tarball makes it simpler to build
them for different python versions, notably python 3 (RhBug:531543)
Diffstat (limited to 'python/MANIFEST.in')
-rw-r--r-- | python/MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/MANIFEST.in b/python/MANIFEST.in new file mode 100644 index 000000000..a4306366e --- /dev/null +++ b/python/MANIFEST.in @@ -0,0 +1 @@ +include MANIFEST.in *.h |