diff --git a/setup.py b/setup.py index 1d66940..bc0a5c8 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,6 @@ name = 'apns', py_modules = ['apns'], scripts = ['apns-send'], - url = 'http://29.io/', + url = 'https://github.com/djacobs/PyAPNs', version = '2.0.1', )