Pylons / pastedeploy

provides code to load WSGI applications and servers from URIs
MIT License
23 stars 14 forks source link

setup.py should list setuptools in install_requires #28

Closed jsmolic closed 4 years ago

jsmolic commented 4 years ago

Pastedeploy uses setuptools, but it's not mentioned in install_requires in setup.py

mmerickel commented 4 years ago

This is correct that it is missing - I'd accept a PR to add it.