We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally reported by: menghan (Bitbucket: menghan, GitHub: menghan)
clone https://github.com/menghan/setuptools-test-prj and run python setup.py install in a virtualenv, setuptools didnot install all required packages using link from dependency_links.
https://gist.github.com/menghan/8178588 is my local output. Setuptools install sh by dependency_links' link, but pep8 not.
The text was updated successfully, but these errors were encountered:
Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco):
Update changelog; Fixes #128.
Sorry, something went wrong.
57f3544
Merge pull request #128 from pypa/feature/refactor-build-scripts
3663538
Refactor build scripts
No branches or pull requests
Originally reported by: menghan (Bitbucket: menghan, GitHub: menghan)
clone https://github.com/menghan/setuptools-test-prj and run python setup.py install in a virtualenv, setuptools didnot install all required packages using link from dependency_links.
https://gist.github.com/menghan/8178588 is my local output. Setuptools install sh by dependency_links' link, but pep8 not.
The text was updated successfully, but these errors were encountered: