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 c1c7649 commit ffc5699Copy full SHA for ffc5699
setup.py
@@ -24,7 +24,7 @@
24
packages=["cwlupgrader", "cwlupgrader.tests"],
25
include_package_data=True,
26
package_dir={"cwlupgrader.tests": "tests"},
27
- package_data={'cwlupgrader.tests': [ '*.cwl']},
+ package_data={"cwlupgrader.tests": ["*.cwl"]},
28
install_requires=["setuptools", "ruamel.yaml >= 0.14.12, <= 0.15.97", "typing"],
29
entry_points={"console_scripts": ["cwl-upgrader = cwlupgrader.main:main"]},
30
classifiers=[
0 commit comments