Fix setup.py
This commit is contained in:
parent
e63c19997a
commit
9e2539026e
4
setup.py
4
setup.py
@ -1,11 +1,11 @@
|
|||||||
from distutils.core import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='py-phias',
|
name='py-phias',
|
||||||
version='0.0.1',
|
version='0.0.1',
|
||||||
packages=['aore', 'aore.fias', 'aore.config', 'aore.dbutils', 'aore.updater', 'aore.miscutils'],
|
packages=['aore', 'aore.fias', 'aore.config', 'aore.dbutils', 'aore.updater', 'aore.miscutils'],
|
||||||
url='https://github.com/jar3b/py-phias',
|
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='',
|
license='',
|
||||||
author='hellotan',
|
author='hellotan',
|
||||||
author_email='hellotan@live.ru',
|
author_email='hellotan@live.ru',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user