Commit f0daab74 authored by Reinout van Rees's avatar Reinout van Rees

Indicated spot where extra setuptools >= 0.7 check needs to happen

--HG--
branch : distribute
extra : rebase_source : 6b80caf47a8c7642e629af9f271f33e25a7c890f
parent 2bc44120
......@@ -2239,6 +2239,10 @@ class Distribution(object):
"""Insert self.location in path before its nearest parent directory"""
loc = loc or self.location
# TODO: raise error if we're adding setuptools >= 0.7 as that is
# guaranteed to be incompatible with distribute.
if not loc:
return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment