Skip to content

Commit

Permalink
Bundle static files for web ui in the setuptools package.
Browse files Browse the repository at this point in the history
  • Loading branch information
DePierre committed Aug 29, 2017
1 parent 4a37aaa commit 2179082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
recursive-include cantoolz/ui/templates *
recursive-include cantoolz/ui/static *
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -15,6 +15,8 @@
keywords='framework black-box CAN analysis security',
packages=find_packages(),
scripts=['bin/cantoolz'],
include_package_data=True,
zip_safe=False,
url='https://github.com/CANToolz/CANToolz',
install_requires=[
'flask',
Expand Down

0 comments on commit 2179082

Please sign in to comment.