python: Add setuptools for Python lib for PyPI.
authorTerry Wilson <twilson@redhat.com>
Fri, 10 Apr 2015 19:57:00 +0000 (14:57 -0500)
committerBen Pfaff <blp@nicira.com>
Tue, 14 Apr 2015 16:28:57 +0000 (09:28 -0700)
commit77e2b03174d5e39eb99bcfba6fbc620402154674
tree319f7db30bba9d563fac02d8507a46543406114c
parent97a3c43515e86afaff0808e9a9f4cdfaca39792b
python: Add setuptools for Python lib for PyPI.

This adds very basic support for setuptools so that the OVS Python
lib can be added to PyPI.

This currently uses the Open vSwitch version number and the
generated dirs.py, though there is no real reason to tie the
Python libraries releases or version numbers to the main project's.

Signed-off-by: Terry Wilson <twilson@redhat.com>
Acked-by: Russell Bryant <rbryant@redhat.com>
Acked-by: Kyle Mestery <mestery@mestery.com>
[blp@nicira.com adjusted automake.mk]
Signed-off-by: Ben Pfaff <blp@nicira.com>
python/.gitignore [new file with mode: 0644]
python/README.rst [new file with mode: 0644]
python/automake.mk
python/setup.py [new file with mode: 0644]