sybrenstuvel/flickrapi

README ... files in wrong location after installing

FreeHarry opened this issue · 0 comments

Currently if I install flickrapi with pip, the files LICENSE.txt, README.md, UPGRADING.txt, CHANGELOG.md will be located directly in the site-packages directory. I think this isn't desired, because if all apps would do that in this way, each update/install process will overwrite the files from each other.

I propose to copy this files inside the flickrapi folder, if necessary.