Preliminary distutils support for the python bindings
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Mar 2011 13:37:07 +0000 (15:37 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 9 Mar 2011 13:37:07 +0000 (15:37 +0200)
commit16aea81dc77fece89766065d70dcff3ce9a640a7
tree629725fb3b52a803c1fd430ca9be6092b9754ffd
parent9aef00d3415dc3c588a4de3bc6a0f58e7473ded7
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)
configure.ac
python/MANIFEST.in [new file with mode: 0644]
python/setup.py.in [new file with mode: 0644]