diff --git a/setup.py b/setup.py index 698cc592..5003e206 100644 --- a/setup.py +++ b/setup.py @@ -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(), @@ -26,7 +26,7 @@ def read(*parts): "templates/*" ] }, - install_required=[ + install_requires=[ "django-user-accounts>=1.0.1" ], test_suite="runtests.runtests",