Skip to content

Commit

Permalink
Fix : Download url 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
inforian committed May 2, 2017
1 parent b6471d6 commit 0860f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
setup(
name='django-notifyAll',
packages=find_packages(exclude=['example']),
version='0.2.1',
version='0.2.2',
description='A lib which you can use for all types of notifications like SMS, Mail, Push.',
author='Neeraj Dhiman',
author_email='ndhiman08@gmail.com',
license='GPL',
url='https://github.com/inforian/django-notifyAll',
download_url='https://github.com/inforian/django-notifyAll/archive/0.2.1tar.gz',
download_url='https://github.com/inforian/django-notifyAll/archive/0.2.2.tar.gz',
keywords=['notification', 'notify', 'sms', 'email', 'push'],
classifiers=[],
install_requires=[
Expand Down

0 comments on commit 0860f56

Please sign in to comment.