summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f26885a..4e576c6 100644
--- a/setup.py
+++ b/setup.py
@@ -29,8 +29,8 @@ def version():
setup(
name='gerbonara',
version=version(),
- author='XenGi, Jaseg',
- author_email='contact@gerbonara.io',
+ author='XenGi, jaseg',
+ author_email='contact@gerbonara.jaseg.de',
description='Tools to handle Gerber and Excellon files in Python',
long_description=long_description(),
long_description_content_type='text/markdown',