[docs] [issue36237] data_files / Install Additional Files written unclearly such that it's not obvious what parameter is what

jt report at bugs.python.org
Fri Mar 8 08:55:43 EST 2019


jt <jonas at thiem.email> added the comment:

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

----------
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36237>
_______________________________________


More information about the docs mailing list