Skip to content

Commit 99f4b26

Browse files
committed
fix typo
1 parent 1aa3455 commit 99f4b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
cmdclass={'egg_info': tagger},
5555
classifiers=[
5656
"Environment :: Console",
57-
"Environment :: MacOS X",
5857
"Intended Audience :: Science/Research",
5958
"Operating System :: POSIX :: Linux",
6059
"Operating System :: MacOS :: MacOS X",
60+
"Development Status :: 4 - Beta",
6161
"Programming Language :: Python :: 2.7",
6262
"Programming Language :: Python :: 3.3",
63-
"Programming Language :: Python :: 3.4"
63+
"Programming Language :: Python :: 3.4",
6464
"Programming Language :: Python :: 3.5"]
6565
)

0 commit comments

Comments
 (0)