Skip to content

Commit f44c836

Browse files
authored
Correct email address again
1 parent b34e2ea commit f44c836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
description="Experimental code for the upcoming Matplotlib data refactor.",
3838
long_description=readme,
3939
author="Thomas A Caswell",
40-
author_email='tacaswell@gmail.com',
40+
author_email='tcaswell@gmail.com',
4141
url='https://github.com/tacaswell/data_prototype',
4242
python_requires='>={}'.format('.'.join(str(n) for n in min_version)),
4343
packages=find_packages(exclude=['docs', 'tests']),

0 commit comments

Comments
 (0)