diff --git a/setup.py b/setup.py index f9c97f9..fc227a8 100644 --- a/setup.py +++ b/setup.py @@ -13,11 +13,10 @@ version="0.1.0", description='ZeroPhone API library', author='CRImier', - author_email = 'crimier@yandex.ru', + author_email='crimier@yandex.ru', install_requires=[ "gpio" ], - author_email='crimier@yandex.ru', url = 'https://github.com/ZeroPhone/zerophone-api-py', download_url = 'https://github.com/ZeroPhone/zerophone-api-py/archive/0.1.0.tar.gz' )