Skip to content

Commit 7e176a3

Browse files
committed
Better classifiers in setup.py
1 parent 763579c commit 7e176a3

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
@@ -26,10 +26,10 @@ def url(*args):
2626
keywords=['pickle', 'cache', 'collections', 'list', 'json', 'zlib'],
2727
classifiers=[
2828
'Operating System :: OS Independent',
29-
'Programming Language :: Python 2.7',
30-
'Programming Language :: Python 3.4',
31-
'Programming Language :: Python 3.5',
32-
'Programming Language :: Python 3.6',
29+
'Programming Language :: Python :: 2.7',
30+
'Programming Language :: Python :: 3.4',
31+
'Programming Language :: Python :: 3.5',
32+
'Programming Language :: Python :: 3.6',
3333
'Topic :: Software Development :: Libraries :: Python Modules',
3434
],
3535
)

0 commit comments

Comments
 (0)