From 4eb0e063bcd34c21b737023aa6ed5baed80658d1 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 13 Jun 2021 15:00:17 +0200 Subject: Repo re-org, make gerberex tests run --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') 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', -- cgit