Skip to content

Commit

Permalink
The html template (css and js) assets are now installed
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnt committed Feb 27, 2017
1 parent 09e239e commit 63526cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 63526cc

Please sign in to comment.