sybrenstuvel / flickrapi

Python Flickr API implementation
https://stuvel.eu/flickrapi
Other
155 stars 33 forks source link

README ... files in wrong location after installing #101

Closed FreeHarry closed 6 years ago

FreeHarry commented 6 years ago

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.