This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: sdist can't create empty directories
Type: enhancement Stage:
Components: Distutils Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: akuchling, nnorwitz
Priority: normal Keywords:

Created on 2001-04-02 15:05 by akuchling, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (3)
msg4153 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2001-04-02 15:05
If a file fails an os.path.isfile()
check, sdist.py skips it and prints a warning.  That's
probably worth
loosening so an empty directory can be created in a
source distribution by listing it in the MANIFEST.

msg4154 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-01-29 02:41
Logged In: YES 
user_id=33168

amk, should this be fixed?  Is the problem at line 420 in
distutils/command/sdist.py?
msg4155 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-02-04 14:07
Logged In: YES 
user_id=11375

Probably not worth fixing.  Closing.
History
Date User Action Args
2022-04-10 16:03:55adminsetgithub: 34266
2001-04-02 15:05:48akuchlingcreate