Skip to content

Commit 1e7f30a

Browse files
committed
Fix missing comma
1 parent 52967e9 commit 1e7f30a

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
@@ -19,7 +19,7 @@
1919
author="David Barroso, Kirk Byers, Mircea Ulinic",
2020
2121
description="Network Automation and Programmability Abstraction Layer with Multivendor support",
22-
license = "Apache-2.0"
22+
license = "Apache-2.0",
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",
2525
classifiers=[

0 commit comments

Comments
 (0)