classification
Title: sdist includes files that are not in MANIFEST.in
Type: behavior Stage: test needed
Components: Distutils, Windows Versions: Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: tarek Nosy List: eric.araujo, ronaldoussoren, tarek
Priority: normal Keywords:

Created on 2010-08-26 11:30 by ronaldoussoren, last changed 2011-02-04 03:12 by eric.araujo.

Files
File name Uploaded Description Edit
manifest-test.zip ronaldoussoren, 2010-08-26 11:30
Messages (2)
msg114966 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2010-08-26 11:30
The attached file 'manifest-test.zip' is a small distutils project that demonstrates a problem I have with the sdist command.

The archive contains a directory 'sandbox' that is not mentioned in MANIFEST.in or anywhere in setup.py. When I create an sdist using "python setup.py sdist" the sandbox directory is included in the archive.

This happens with 2.7 on Windows, while 2.7 on OSX does not have this behavior.
msg127864 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-02-04 03:12
Can’t reproduce on POSIX (linux2) either.  Have you tested with 3.1, 3.2 and distutils2?
History
Date User Action Args
2011-02-04 03:12:23eric.araujosetnosy: ronaldoussoren, tarek, eric.araujo
messages: + msg127864
components: + Windows
2010-08-26 11:30:48ronaldoussorencreate