using setuptools instead of distutils
Note that: * distutils doesn't suppor `intall_requires`, `extras_require`, ... * it currenlty works with pip only because pip uses setuptools internally, but `python setup.py install` is broken
Showing
Please register or sign in to comment