Skip to content

Commit ffc5699

Browse files
committed
format
1 parent c1c7649 commit ffc5699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
packages=["cwlupgrader", "cwlupgrader.tests"],
2525
include_package_data=True,
2626
package_dir={"cwlupgrader.tests": "tests"},
27-
package_data={'cwlupgrader.tests': [ '*.cwl']},
27+
package_data={"cwlupgrader.tests": ["*.cwl"]},
2828
install_requires=["setuptools", "ruamel.yaml >= 0.14.12, <= 0.15.97", "typing"],
2929
entry_points={"console_scripts": ["cwl-upgrader = cwlupgrader.main:main"]},
3030
classifiers=[

0 commit comments

Comments
 (0)