https://github.com/zerothi/sisl
Raw File
Tip revision: 6f40cf5164b9922c53fba2391df41f835dca6ded authored by Nick Papior on 28 June 2016, 12:43:11 UTC
Prepping for release
Tip revision: 6f40cf5
setup.cfg
[metadata]
description-file = README.md

[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=1
back to top