Skip to content

Commit 22cefd0

Browse files
authored
Merge pull request #12 from HDE/master
Fix typo.
2 parents 9bcdd5b + 88bee13 commit 22cefd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run_tests(self):
3030
long_description=open("README.rst").read(),
3131
classifiers=[
3232
'Development Status :: 3 - Alpha',
33-
'Operating System :: POSIX ',
33+
'Operating System :: POSIX',
3434
'Programming Language :: Python',
3535
'Programming Language :: Python :: 2.7',
3636
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)