Skip to content

Commit

Permalink
Better classifiers in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrymek committed Nov 1, 2017
1 parent 763579c commit 7e176a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ def url(*args):
keywords=['pickle', 'cache', 'collections', 'list', 'json', 'zlib'],
classifiers=[
'Operating System :: OS Independent',
'Programming Language :: Python 2.7',
'Programming Language :: Python 3.4',
'Programming Language :: Python 3.5',
'Programming Language :: Python 3.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
],
)

0 comments on commit 7e176a3

Please sign in to comment.