From 9b887120f75e2e02b95eee315386b364c691fbe5 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 15 Nov 2015 15:31:16 +0100 Subject: [PATCH] update url --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b2a9f59..249a887 100644 --- a/setup.py +++ b/setup.py @@ -46,8 +46,8 @@ setup( description="python-ox - the web in a dict", author="0x2620", author_email="0x2620@0x2620.org", - url="http://code.0x2620.org/python-ox", - download_url="http://code.0x2620.org/python-ox/download", + url="https://wiki.0x2620.org/wiki/python-ox", + download_url="https://code.0x2620.org/python-ox/download", license="GPLv3", packages=['ox', 'ox.django', 'ox.django.api', 'ox.torrent', 'ox.web'], install_requires=['six>=1.5.2', 'chardet', 'feedparser'],