Skip to content

Commit 0e1c9d3

Browse files
committed
Fix trove classifiers
1 parent f82dc8d commit 0e1c9d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
'Operating System :: POSIX :: Linux',
4141
'Operating System :: MacOS :: MacOS X',
4242
'Operating System :: Microsoft :: Windows',
43-
'Programming Language :: Python :: 2 :: 2.7',
44-
'Programming Language :: Python :: 3 :: 3.4',
45-
'Programming Language :: Python :: 3 :: 3.5',
46-
'Programming Language :: Python :: 3 :: 3.6',
43+
'Programming Language :: Python :: 2.7',
44+
'Programming Language :: Python :: 3.4',
45+
'Programming Language :: Python :: 3.5',
46+
'Programming Language :: Python :: 3.6',
4747
'Programming Language :: Python :: Implementation :: CPython',
4848
'Programming Language :: Python :: Implementation :: PyPy',
4949
],

0 commit comments

Comments
 (0)