From 64bb28d6e9ea3365b21ff55585a0a043dc443428 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Wed, 8 Oct 2014 01:21:57 +0200 Subject: Fixed PyPI check --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bcfb124..db5c4ec 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( version='0.1.0', url='https://github.com/Markush2010/bvg-grabber', author='Christian Struck, Markus Holtermann', - author_email='', + author_email='info@markusholtermann.eu', license='BSD', packages=find_packages(exclude=['tests']), include_package_data=True, -- cgit v1.2.3