Browse code

add author_email to setup.py

Joseph Weston authored on 22/02/2018 01:24:39
Showing 1 changed files
... ...
@@ -24,6 +24,7 @@ setup(
24 24
     version=version,
25 25
     url='https://github.com/jbweston/miniver',
26 26
     author='Joseph Weston',
27
+    author_email='joseph@weston.cloud',
27 28
     license='CC0',
28 29
     classifiers=[
29 30
         'Development Status :: 4 - Beta',