Originally reported by: mathiasbc (Bitbucket: mathiasbc, GitHub: mathiasbc)
Latest version 20.2 fails when trying to install requirements in the form:
'mypackage==0.1.2.xy1'
$ python setup.py egg_info
error in mypackage setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Invalid requirement, parse error at "'.xy1'"
I was able to confirm that setuptools 20.1 does not present this issue.
Originally reported by: mathiasbc (Bitbucket: mathiasbc, GitHub: mathiasbc)
Latest version 20.2 fails when trying to install requirements in the form:
'mypackage==0.1.2.xy1'
$ python setup.py egg_info
error in mypackage setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Invalid requirement, parse error at "'.xy1'"
I was able to confirm that setuptools 20.1 does not present this issue.