summaryrefslogtreecommitdiff
path: root/setuptools/command/egg_info.py
diff options
context:
space:
mode:
authorStefano Miccoli <stefano.miccoli@polimi.it>2017-04-13 22:57:56 +0200
committerStefano Miccoli <stefano.miccoli@polimi.it>2017-04-13 23:14:55 +0200
commit1955e5b0df67cc1aa389b8c655199958a6fcc6a0 (patch)
tree582844673c131416e9185018266dd948a6168767 /setuptools/command/egg_info.py
parent6f05117f5c66e1c77c3a55ac90f91779b72e1d5b (diff)
downloadpython-setuptools-git-1955e5b0df67cc1aa389b8c655199958a6fcc6a0.tar.gz
addresses #436
Diffstat (limited to 'setuptools/command/egg_info.py')
-rwxr-xr-xsetuptools/command/egg_info.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py
index 1a6ea9cb..21bbfb72 100755
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -564,8 +564,6 @@ class manifest_maker(sdist):
rcfiles = list(walk_revctrl())
if rcfiles:
self.filelist.extend(rcfiles)
- elif os.path.exists(self.manifest):
- self.read_manifest()
ei_cmd = self.get_finalized_command('egg_info')
self.filelist.graft(ei_cmd.egg_info)