diff options
author | root <root@intel-rd.labo> | 2016-12-13 17:00:02 +0100 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2017-01-03 12:57:53 +0000 |
commit | 5a68debd8173a487dbd67b3e574d962308c91bcc (patch) | |
tree | 6cf4b190a1528c7747c2d50d8ebffb0a1b1e36a3 /src/vpp-api/python/setup.py | |
parent | 3cd9eed64b82bd50735434e0679e7fd085ec2884 (diff) |
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>
Diffstat (limited to 'src/vpp-api/python/setup.py')
-rw-r--r-- | src/vpp-api/python/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpp-api/python/setup.py b/src/vpp-api/python/setup.py index 99a0147a56f..8a34d501e77 100644 --- a/src/vpp-api/python/setup.py +++ b/src/vpp-api/python/setup.py @@ -31,4 +31,5 @@ setup (name = 'vpp_papi', libraries = ['pneum'], )], long_description = '''VPP Python language binding.''', + zip_safe = True, ) |