Commit 1163c86b authored by Jason R. Coombs's avatar Jason R. Coombs

Revert "addresses #436". Fixes #1016.

This reverts commit 1955e5b0.
parent 0a32f229
......@@ -564,6 +564,8 @@ 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