From 63526cc9a8d4fcd14e507a2b4d9087261b45e545 Mon Sep 17 00:00:00 2001 From: Michael Thompson Date: Mon, 27 Feb 2017 09:23:45 +0000 Subject: [PATCH] The html template (css and js) assets are now installed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e7b7f730..958dbcbdf 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ author_email='jacebrowning@gmail.com', packages=setuptools.find_packages(), - package_data={'doorstop.core': ['files/*']}, + package_data={'doorstop.core': ['files/*', 'files/assets/_css/*', 'files/assets/_js/*']}, entry_points={ 'console_scripts': [CLI + ' = doorstop.cli.main:main',