Skip to content

Commit 5a1e77b

Browse files
authored
Fix comma (#7)
1 parent 8b35c26 commit 5a1e77b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",
2020
url="https://github.com/wpilibsuite/sphinxext-remoteliteralinclude",
21-
install_requires = ['sphinx>=2.0']
21+
install_requires = ['sphinx>=2.0'],
2222
packages=['sphinxext'],
2323
classifiers=[
2424
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)