Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit a51680f

Browse files
authored
Merge pull request #1 from common-workflow-language/dev
Add new import feature to the library for cover fields
2 parents 161041e + 4bf9d44 commit a51680f

13 files changed

+1003
-196
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
test/__pycache__
2+
cwlgen/__pycache__
3+
doc/build/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The library works for both Python 2.7.12+ and 3.6.0.
1717
You can install python-cwlgen using pip with the following command:
1818

1919
```bash
20-
pip install git+https://github.com/common-workflow-language/python-cwlgen.git#egg=python-cwlgen
20+
pip install cwlgen
2121
```
2222

2323
## How it works ?

cwlgen/__init__.py

+133-157
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)