Issue 12388: cannot specify recursive extra_files in packaging setup.cfg (original) (raw)

Issue12388

Created on 2011-06-22 21:37 by vinay.sajip, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg138836 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2011-06-22 21:37
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 referenced in https://gist.github.com/1041219
msg138905 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-06-24 10:56
+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.
History
Date User Action Args
2022-04-11 14:57:18 admin set github: 56597
2014-03-13 03:50:21 eric.araujo set status: open -> closedresolution: out of datestage: needs patch -> resolved
2011-08-24 09:50:50 trevor set nosy: + trevor
2011-06-24 10:56:29 eric.araujo set messages: + stage: needs patch
2011-06-22 21:37:42 vinay.sajip create