Skip to content

Commit

Permalink
Fixed package data
Browse files Browse the repository at this point in the history
Signed-off-by: James Tauber <jtauber@jtauber.com>
  • Loading branch information
jezdez authored and jtauber committed Jul 26, 2009
1 parent 5fc1a50 commit 4cecc35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1 +1 @@
recursive-include notification/templates/notification *
recursive-include friends/templates/notification *
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -17,10 +17,11 @@
'Programming Language :: Python',
'Framework :: Django',
],
include_package_data=True,
include_package_data = True,
package_data = {
'friends': [
'templates/notification/*/*',
'templates/notification/*/*.html',
'templates/notification/*/*.txt',
]
},
zip_safe=False,
Expand Down

0 comments on commit 4cecc35

Please sign in to comment.