[ python-Bugs-828450 ] sdist generates bad MANIFEST on Windows
SourceForge.net
noreply at sourceforge.net
Sat Jul 10 17:29:46 CEST 2004
Bugs item #828450, was opened at 2003-10-22 15:30
Message generated for change (Settings changed) made by akuchling
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=828450&group_id=5470
Category: Distutils
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeremy Hylton (jhylton)
>Assigned to: Nobody/Anonymous (nobody)
Summary: sdist generates bad MANIFEST on Windows
Initial Comment:
The generated MANIFEST file has Windows slashes
separating path components. If you use this MANIFEST
on Unix, it will bomb complaining the the files are not
"regular files." If you generate a MANIFEST on Unix,
it will work on Windows.
Presumably the solution is to replace \ with / on Windows.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=828450&group_id=5470
More information about the Python-bugs-list
mailing list