We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e19d5 commit 90b09eaCopy full SHA for 90b09ea
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='eda-container-wrapper',
10
- description="Synchronize ICS to Exchange",
+ description="Generic wrapper tool around open source EDA tools that runs Docker containers",
11
packages=["edacontainerwrapper"],
12
use_scm_version={
13
"relative_to": __file__,
@@ -17,7 +17,7 @@
17
long_description_content_type='text/markdown',
18
url='https://github.com/librecores/eda-container-wrapper',
19
author="Stefan Wallentowitz",
20
- author_email='stefan[email protected]',
+ author_email='stefan@wallentowitz.de',
21
classifiers=[
22
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
23
"Topic :: Utilities",
0 commit comments