Skip to content

Commit d7821d5

Browse files
authored
Merge pull request #59 from erasche/fix-deploy
invalid email, reducing to just the original
2 parents 995a545 + 3109f85 commit d7821d5

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
@@ -5,8 +5,8 @@
55
setup(name="argparse2tool",
66
version=__version__,
77
description='Instrument for forming Galaxy XML and CWL tool descriptions from argparse arguments',
8-
author='Eric Rasche, Anton Khodak',
9-
8+
author='Helena Rasche, Anton Khodak',
9+
author_email='[email protected]',
1010
install_requires=['galaxyxml>=0.2.3', 'jinja2', 'future'],
1111
url='https://github.com/erasche/argparse2tool',
1212
packages=["argparse", "argparse2tool", "click", "argparse2tool.cmdline2gxml", "argparse2tool.cmdline2cwl"],

0 commit comments

Comments
 (0)