What Is The Purpose Of Setuptools Requirements Of The Form "package===version"
Say I have a package with a console script such as from setuptools import setup setup( name=…
Read more
What Is The Purpose Of Setuptools Requirements Of The Form "package===version"