Commit 3ac5bbe7 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #1014 from miccoli/issue-436

addresses #436: Updating MANIFEST.in does not correctly update the package sdist creates
parents bce190da 1955e5b0
......@@ -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