Skip to content

Commit 2ba7b14

Browse files
committed
Fix typo in setup.py
1 parent f457280 commit 2ba7b14

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
@@ -98,7 +98,7 @@ def no_cythonize(extensions, **_ignore):
9898
'Programming Language :: Python',
9999
'Programming Language :: Python :: 3',
100100
'Programming Language :: Python :: 3.3',
101-
'Programming Language :: Python :: 3.4'
101+
'Programming Language :: Python :: 3.4',
102102
'Programming Language :: Python :: 3.5'
103103
],
104104
)

0 commit comments

Comments
 (0)