We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34e2ea commit f44c836Copy full SHA for f44c836
setup.py
@@ -37,7 +37,7 @@
37
description="Experimental code for the upcoming Matplotlib data refactor.",
38
long_description=readme,
39
author="Thomas A Caswell",
40
- author_email='tacaswell@gmail.com',
+ author_email='tcaswell@gmail.com',
41
url='https://github.com/tacaswell/data_prototype',
42
python_requires='>={}'.format('.'.join(str(n) for n in min_version)),
43
packages=find_packages(exclude=['docs', 'tests']),
0 commit comments