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 et
Recipients docs@python, et
Date 2019-03-08.13:55:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552053343.29.0.751870263194.issue36237@roundup.psfhosted.org>
In-reply-to
Content
Ok I am now realizing after more tests I actually read the docs correctly, and in that sense they're not ambiguous.

It's just that I tried to use data_files for something that it's not for: I did look at package_data first and I get that's what I SHOULD be using, however I want to add in a file that isn't in the package root in the original source folder. (package is in "./src", file I want to add in is in "./") package_data seems unable to do this, so I thought data_files would get me there, but apparently not in any reasonable way.

Closing this since I was apparently just surprised it didn't do what I want, and didn't actually misread anything as I thought I had
History
Date User Action Args
2019-03-08 13:55:43etsetrecipients: + et, docs@python
2019-03-08 13:55:43etsetmessageid: <1552053343.29.0.751870263194.issue36237@roundup.psfhosted.org>
2019-03-08 13:55:43etlinkissue36237 messages
2019-03-08 13:55:43etcreate