From 9e2539026e4dc5fba808a2ebf6528c6baf6218f0 Mon Sep 17 00:00:00 2001 From: Jack Stdin Date: Mon, 1 Feb 2016 22:52:38 +0300 Subject: [PATCH] Fix setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b9adba7..5407913 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,11 @@ -from distutils.core import setup +from setuptools import setup setup( name='py-phias', version='0.0.1', packages=['aore', 'aore.fias', 'aore.config', 'aore.dbutils', 'aore.updater', 'aore.miscutils'], url='https://github.com/jar3b/py-phias', - download_url='https://github.com/jar3b/py-phias/archive/{0}.tar.gz'.format("master"), + download_url='https://github.com/jar3b/py-phias/archive/master.zip', license='', author='hellotan', author_email='hellotan@live.ru',