Skip to content

Commit 6e48aa9

Browse files
authored
✏️ setup.py: Fix dependency syntax (kivy#2354)
1 parent f7fbc38 commit 6e48aa9

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
@@ -21,7 +21,7 @@
2121
install_reqs = [
2222
'appdirs', 'colorama>=0.3.3', 'jinja2', 'six',
2323
'enum34; python_version<"3.4"', 'sh>=1.10; sys_platform!="nt"',
24-
'pep517<0.7.0"', 'toml',
24+
'pep517<0.7.0', 'toml',
2525
]
2626
# (pep517 and toml are used by pythonpackage.py)
2727

0 commit comments

Comments
 (0)