diff --git a/setup.py b/setup.py index 087e698..def42f6 100644 --- a/setup.py +++ b/setup.py @@ -16,4 +16,9 @@ setup(name='prosopopee', license= 'GPLv3+', scripts=['prosopopee'], keywords='', + include_package_data=True, + package_data={ + 'static': ['*.css', '*.js'], + 'templates': ['*.html'], + }, )