[issue12388] cannot specify recursive extra_files in packaging setup.cfg

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue12388] cannot specify recursive extra_files in packaging setup.cfg

2011-08-24 Thread trevor
Changes by trevor : -- nosy: +trevor ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mai

[issue12388] cannot specify recursive extra_files in packaging setup.cfg

2011-06-24 Thread Éric Araujo
Éric Araujo added the comment: +1. We have a function in the util module to handle such extended globs (it’s used by the resources code), so this should not be hard. -- stage: -> needs patch ___ Python tracker

[issue12388] cannot specify recursive extra_files in packaging setup.cfg

2011-06-22 Thread Vinay Sajip
New submission from Vinay Sajip : When given a section like [files] extra_files = somedir/** only the first-level contents of somedir and included in the tarball created when you run "pysetup3 run sdist". Ideally, the entire tree below somedir should be included. A real example is refere