From 9297e62ca11ec67a09285a8e8654e0062aa33918 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 25 Nov 2016 05:12:16 -0700 Subject: [PATCH] Set a proper email address in setup.py This should fix issues uploading the package to twine, as per https://github.com/h5py/h5py/commit/0efaceeffb3693a4dd1ef0cd60b93d74c870cee0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5bf289d4..c4ec20343 100755 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ def pkgPath(root, path, rpath="/"): version=version, url='https://github.com/python-diamond/Diamond', author='The Diamond Team', - author_email='https://github.com/python-diamond/Diamond', + author_email='diamond@librelist.com', license='MIT License', description='Smart data producer for graphite graphing package', package_dir={'': 'src'},