Commit 897e85aa authored by tarek's avatar tarek

typo

--HG--
branch : distribute
extra : rebase_source : 7cfffe36c679de9f95b776786e808d04c7e05e4c
parent b934c406
......@@ -219,7 +219,7 @@ def after_install(dist):
log.warn('Could not find the install location')
return
pyver = '%s.%s' % (sys.version_info[0], sys.version_info[1])
setuptools_file = 'setuptools-0.6c9-py%s.egg' % pyver
setuptools_file = 'setuptools-0.6c9-py%s.egg-info' % pyver
pkg_info = os.path.join(placeholder, setuptools_file)
if os.path.exists(pkg_info):
log.warn('%s already exists' % pkg_info)
......
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