Skip to content

Commit dae856d

Browse files
Use double quotes
1 parent dd26760 commit dae856d

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
@@ -31,7 +31,7 @@
3131
url="https://github.com/mottosso/Qt",
3232
license="MIT",
3333
zip_safe=False,
34-
data_files=['LICENSE'],
34+
data_files=["LICENSE"],
3535
py_modules=["Qt"],
3636
classifiers=classifiers
3737
)

0 commit comments

Comments
 (0)