Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
add static to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ergoithz committed Nov 4, 2015
1 parent 105557d commit 8ad3a73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include README.rst
include browsepy/templates/*.html
include browsepy/templates/*
include browsepy/static/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
],
keywords = ['web', 'file', 'browser'],
packages=['browsepy'],
package_data={'browsepy': ['templates/*.html']}, # ignored by sdist (see MANIFEST.in), used by bdist_wheel
package_data={'browsepy': ['templates/*', 'static/*']}, # ignored by sdist (see MANIFEST.in), used by bdist_wheel
install_requires=['flask'],
test_suite='browsepy.tests',
zip_safe=False,
Expand Down

0 comments on commit 8ad3a73

Please sign in to comment.