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 c3787f5 commit 23a4261Copy full SHA for 23a4261
setup.py
@@ -23,6 +23,7 @@
23
version='1.0',
24
description='Common workflow language reference implementation',
25
long_description=open(README).read(),
26
+ long_description_content_type="text/x-rst",
27
author='Common workflow language working group',
28
author_email='[email protected]',
29
url="https://github.com/common-workflow-language/cwltool",
tox.ini
@@ -61,9 +61,14 @@ deps =
61
pip==9.0.3
62
63
[testenv:py27-lint-readme]
64
-commands = python setup.py check -r -s
+commands =
65
+ python setup.py sdist
66
+ python setup.py bdist_wheel
67
+ twine check dist/*
68
deps =
- readme
69
+ twine
70
+ wheel
71
+ readme_renderer[md]
72
73
[testenv:py27-pydocstyle]
74
whitelist_externals = make
0 commit comments