You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[bdist_wheel] |
|
# This flag says to generate wheels that support both Python 2 and Python |
|
# 3. If your code will not run unchanged on both Python 2 and 3, you will |
|
# need to generate separate wheels for each Python version that you |
|
# support. |
|
universal=1
|
|
|