diff options
author | Gabriel Ganne <gabriel.ganne@qosmos.com> | 2016-12-13 17:00:02 +0100 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2017-01-20 20:29:21 +0000 |
commit | 7067350c41bd9ae495567c2737fd3a4f31e159ea (patch) | |
tree | cdf502e3a9951839027bed4877b4123fde46b1f5 /vpp-api/python/setup.py | |
parent | fa87080d31c1713e8e25db6bb2ce02cc6a7f4290 (diff) |
vpp-python-api deb packaging - use easy_install to install the python api
(cherry picked from commit 5a68debd8173a487dbd67b3e574d962308c91bcc)
Change-Id: Iabad73d6092b4561ba9d4d22a057bb5871d850a6
Signed-off-by: Gabriel Ganne <gabriel.ganne@qosmos.com>
Diffstat (limited to 'vpp-api/python/setup.py')
-rw-r--r-- | vpp-api/python/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vpp-api/python/setup.py b/vpp-api/python/setup.py index 99a0147a56f..8a34d501e77 100644 --- a/vpp-api/python/setup.py +++ b/vpp-api/python/setup.py @@ -31,4 +31,5 @@ setup (name = 'vpp_papi', libraries = ['pneum'], )], long_description = '''VPP Python language binding.''', + zip_safe = True, ) |