Skip to content

Commit

Permalink
Packaging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Feb 12, 2015
1 parent 2ce07f2 commit e5c94f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -16,7 +16,7 @@ def read(*parts):
description="User notification management for the Django web framework",
name="django-notification",
long_description=read("README.rst"),
version="1.3",
version="1.3.1",
url="http://django-notification.rtfd.org/",
license="MIT",
packages=find_packages(),
Expand All @@ -26,7 +26,7 @@ def read(*parts):
"templates/*"
]
},
install_required=[
install_requires=[
"django-user-accounts>=1.0.1"
],
test_suite="runtests.runtests",
Expand Down

0 comments on commit e5c94f3

Please sign in to comment.