From 12a004ad3bcc2150dca5ae45c963161e7eedc25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Thu, 11 Oct 2018 16:22:31 +0200 Subject: Fix Issue #11 from github --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8661e64..4b73677 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='bvg-grabber', description='Querying the upcoming public transport departures in Berlin', long_description=description, - version='0.1.1', + version='0.1.2', url='https://github.com/MarkusH/bvg-grabber', author='Christian Struck, Markus Holtermann', author_email='info@markusholtermann.eu', @@ -27,7 +27,7 @@ setup( 'requests>=1.2.3', 'six>=1.3.0', ], - test_suite="tests", +# test_suite="tests", scripts=['bvg-grabber.py'], classifiers=[ 'Development Status :: 4 - Beta', -- cgit v1.2.3