diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |