New submission from Vinay Sajip <vinay_sa...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12388>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to