diff options
Diffstat (limited to 'vpp-api/python/setup.cfg')
-rw-r--r-- | vpp-api/python/setup.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vpp-api/python/setup.cfg b/vpp-api/python/setup.cfg new file mode 100644 index 00000000000..5e19e8c5e74 --- /dev/null +++ b/vpp-api/python/setup.cfg @@ -0,0 +1,7 @@ +[bdist_wheel] +# This flag says that the code is written to work on both Python 2 and Python +# 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 + + |