Skip to content

Commit 8aa3fa5

Browse files
authored
Fix missing comma
1 parent 61ad8a9 commit 8aa3fa5

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
@@ -129,7 +129,7 @@ def run(self):
129129
classifiers=[
130130
# Trove classifiers
131131
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
132-
"License :: OSI Approved :: Apache Software License"
132+
"License :: OSI Approved :: Apache Software License",
133133
"Programming Language :: Python",
134134
"Programming Language :: Python :: 3",
135135
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)