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

Vinay Sajip report at bugs.python.org
Wed Jun 22 23:37:42 CEST 2011


New submission from Vinay Sajip <vinay_sajip at yahoo.co.uk>:

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

----------
assignee: tarek
components: Distutils2, Library (Lib)
messages: 138836
nosy: alexis, eric.araujo, tarek, vinay.sajip
priority: normal
severity: normal
status: open
title: cannot specify recursive extra_files in packaging setup.cfg
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12388>
_______________________________________


More information about the Python-bugs-list mailing list