Skip to content

Commit

Permalink
Remove install-time requirements from 'setup_requires'.
Browse files Browse the repository at this point in the history
That field is used for stuff needed at packaging time, but causes eggs
to be downloaded and installed in the project directory, which is
undesirable.
  • Loading branch information
tseaver committed Oct 7, 2014
1 parent f255391 commit 7a5c63b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
'gcloud/storage/demo.key']},
include_package_data=True,
zip_safe=False,
setup_requires=REQUIREMENTS,
install_requires=REQUIREMENTS,
classifiers=[
'Development Status :: 1 - Planning',
Expand Down

0 comments on commit 7a5c63b

Please sign in to comment.