Commit 1955e5b0 authored by Stefano Miccoli's avatar Stefano Miccoli

addresses #436

parent 6f05117f
......@@ -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)
......
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