Skip to content

Commit 90b09ea

Browse files
committed
Fix setup description
1 parent c6e19d5 commit 90b09ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='eda-container-wrapper',
10-
description="Synchronize ICS to Exchange",
10+
description="Generic wrapper tool around open source EDA tools that runs Docker containers",
1111
packages=["edacontainerwrapper"],
1212
use_scm_version={
1313
"relative_to": __file__,
@@ -17,7 +17,7 @@
1717
long_description_content_type='text/markdown',
1818
url='https://github.com/librecores/eda-container-wrapper',
1919
author="Stefan Wallentowitz",
20-
author_email='stefan[email protected]',
20+
author_email='stefan@wallentowitz.de',
2121
classifiers=[
2222
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
2323
"Topic :: Utilities",

0 commit comments

Comments
 (0)