commit | 5a68debd8173a487dbd67b3e574d962308c91bcc | [log] [tgz] |
---|---|---|
author | root <root@intel-rd.labo> | Tue Dec 13 17:00:02 2016 +0100 |
committer | Ole Trøan <otroan@employees.org> | Tue Jan 03 12:57:53 2017 +0000 |
tree | 6cf4b190a1528c7747c2d50d8ebffb0a1b1e36a3 | |
parent | 3cd9eed64b82bd50735434e0679e7fd085ec2884 [diff] [blame] |
vpp-python-api deb packaging - use easy_install to install the python api Change-Id: I67963d5a6ec324b13c50f8f6c51ed3c715b4c145 Signed-off-by: Gabriel Ganne <gabriel.ganne@qosmos.com>
diff --git a/src/vpp-api/python/setup.py b/src/vpp-api/python/setup.py index 99a0147..8a34d50 100644 --- a/src/vpp-api/python/setup.py +++ b/src/vpp-api/python/setup.py
@@ -31,4 +31,5 @@ libraries = ['pneum'], )], long_description = '''VPP Python language binding.''', + zip_safe = True, )