diff options
author | Ole Troan <ot@cisco.com> | 2016-09-12 22:00:32 +0200 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-09-23 13:18:46 +0000 |
commit | 57c3d66c55580f2ced6993ada22274941237fcd5 (patch) | |
tree | 55a856b3ddcc4f9e5284c7bc42b0126616825366 /vpp-api/python/setup.cfg | |
parent | 5fef9e523df67a96f3b9aedcec373e65f590b001 (diff) |
Python API: Preparation for RPM/DEB packaging.
Recheck.
Repackage the Python API binding to include all
necessary modules in a single Python package.
Change-Id: I5e35141d413bfb1aad650217e1ca07d85646c349
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'vpp-api/python/setup.cfg')
-rw-r--r-- | vpp-api/python/setup.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vpp-api/python/setup.cfg b/vpp-api/python/setup.cfg index 5e19e8c5e74..d645be77604 100644 --- a/vpp-api/python/setup.cfg +++ b/vpp-api/python/setup.cfg @@ -3,5 +3,3 @@ # 3. If at all possible, it is good practice to do this. If you cannot, you # will need to generate wheels for each Python version that you support. universal=0 - - |