Skip to content

Commit cb9ea88

Browse files
committed
Fixed author_email (PyPI was erroing with multiple emails)
1 parent bf9e156 commit cb9ea88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def run_tests(self):
5454
url='https://github.com/graphql-python/graphql-core',
5555
download_url='https://github.com/graphql-python/graphql-core/releases',
5656
author='Syrus Akbary, Jake Heinz, Taeho Kim',
57-
author_email='Syrus Akbary <[email protected]>, Jake Heinz <[email protected]>, Taeho Kim <[email protected]>',
57+
author_email='[email protected]',
5858
license='MIT',
5959
classifiers=[
6060
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)