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 d42ed24 commit a915eb1Copy full SHA for a915eb1
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
3
-__version__ = "v0.3.1.2"
+__version__ = "v0.3.1"
4
5
DESCRIPTION = (
6
"Contains classes and helpers to generate WDL without worrying about the syntax. "
@@ -16,9 +16,9 @@
16
name="illusional.wdlgen",
17
version=__version__,
18
description=DESCRIPTION,
19
- url="https://github.com/illusional/python-wdlgen",
20
- author="Michael Franklin",
21
- author_email="michael.franklin@petermac.org",
+ url="https://github.com/PMCC-BioinformaticsCore/python-wdlgen",
+ author="Richard Lupat",
+ author_email="richard.lupat@petermac.org",
22
license="GNU",
23
packages=["wdlgen"],
24
install_requires=[],
0 commit comments