Skip to content

Commit

Permalink
fix: added missing package_data and recursive-includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jun 27, 2011
1 parent 1e6650e commit 739bc95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MANIFEST.in
Expand Up @@ -3,3 +3,7 @@ include CHANGES.rst
include LICENSE.txt include LICENSE.txt
include README.rst include README.rst
include TODO.rst include TODO.rst

recursive-include messages_ui/static *.js
recursive-include messages_ui/templates *.html
recursive-include messages_ui/jstemplates *.html
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -31,6 +31,8 @@ def get_version():
package_data={ package_data={
"messages_ui": [ "messages_ui": [
"static/messages_ui/*.*", "static/messages_ui/*.*",
"templates/messages_ui/*.html",
"jstemplates/*.html"
] ]
}, },
classifiers=[ classifiers=[
Expand Down

0 comments on commit 739bc95

Please sign in to comment.