openSUSE / py2pack

Generate distribution packages from PyPI
Apache License 2.0
69 stars 40 forks source link

Ignore the required python version for now #79

Closed toabctl closed 7 years ago

toabctl commented 7 years ago

The required python version can be set in a setup.py file via "python_requires". This needs proper parsing (strings like '>=2.6,!=3.0.,!=3.1.,!=3.2.*' are possible) so ignore it for now.