Closed toabctl closed 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.
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.