1
0
mirror of https://github.com/sjlongland/tornado-gallery.git synced 2025-09-13 08:42:23 +10:00

setup.py: Include package data in install.

This commit is contained in:
Stuart Longland 2018-04-18 14:57:55 +10:00
parent 5a6349a193
commit d074b9bc82
Signed by: stuartl
GPG Key ID: 6AA32EFB18079BAA

View File

@ -18,4 +18,5 @@ setup (name='tornado_gallery',
'tornado_gallery',
'tornado_gallery.static',
],
include_package_data=True
)