Skip to content

Commit

Permalink
Fix packaging to include templates - 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Feb 24, 2015
1 parent c98032c commit 3770e42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include AUTHORS
include LICENSE
recursive-include docs *
recursive-include notification/locale *
recursive-include notification/templates/notification *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ def read(*parts):
description="User notification management for the Django web framework",
name="django-notification",
long_description=read("README.rst"),
version="1.3.1",
version="1.3.2",
url="http://django-notification.rtfd.org/",
license="MIT",
packages=find_packages(),
package_data={
"notification": [
"locale/*",
"templates/*"
"templates/**/*.html"
]
},
install_requires=[
Expand Down

0 comments on commit 3770e42

Please sign in to comment.