setup.py: Add setuptools support (#13)
Reading install_requires from requirements.txt makes it impossible to install from pypi archive by simply running `python setup.py install` as requirements.txt is not part of the archive.
Showing
Please register or sign in to comment