From e623799fd716b0c85fc5860d3fae3e49c2cc4713 Mon Sep 17 00:00:00 2001 From: Manuel F Martinez Date: Thu, 4 Jun 2015 15:55:14 -0700 Subject: [PATCH] Updated setup URLs --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7c2766a..7ceeb26 100755 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ from distutils.core import setup setup( name='escpos', version='1.0-4', - url='http://code.google.com/p/python-escpos', - download_url='http://python-escpos.googlecode.com/files/python-escpos-1.0.zip', + url='https://github.com/manpaz/python-escpos', + download_url='https://github.com/manpaz/python-escpos.git', description='Python library to manipulate ESC/POS Printers', license='GNU GPL v3', long_description=open('README').read(),