tilezen / raw_tiles

Raw tiles
MIT License
12 stars 4 forks source link

Install template files as well #7

Closed rmarianski closed 6 years ago

rmarianski commented 6 years ago

In addition to the manifest, package_data must be specified to actually include the templates in the installed location.

rmarianski commented 6 years ago

Thanks for fixing these! Apologies for my non-existent Python packaging skills

I actually spent much more time than I care to admit on this. I was testing to see if the files existed on the filesystem (via find) when trying to get this to work. However, it was actually working but just sticking it inside a zip file.