From b386325810ac1e4e6277af499557899d8ba71169 Mon Sep 17 00:00:00 2001 From: CRImier Date: Wed, 2 Aug 2017 06:38:58 +0300 Subject: [PATCH] Typo fixed --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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' )