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.

Author vinay.sajip
Recipients alexis, eric.araujo, tarek, vinay.sajip
Date 2011-06-22.21:37:42
SpamBayes Score 0.013741818
Marked as misclassified No
Message-id <1308778662.94.0.774064324312.issue12388@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-06-22 21:37:43vinay.sajipsetrecipients: + vinay.sajip, tarek, eric.araujo, alexis
2011-06-22 21:37:42vinay.sajipsetmessageid: <1308778662.94.0.774064324312.issue12388@psf.upfronthosting.co.za>
2011-06-22 21:37:42vinay.sajiplinkissue12388 messages
2011-06-22 21:37:42vinay.sajipcreate