Skip to content

Commit b64faf9

Browse files
authored
Merge pull request #163 from jdufresne/classifiers
Add trove classifiers to document all supported version of Python
2 parents 4caf5e1 + 2d778a7 commit b64faf9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,15 @@ def version():
4646
'Natural Language :: English',
4747
'Operating System :: MacOS :: MacOS X',
4848
'Operating System :: POSIX :: Linux',
49+
'Programming Language :: Python',
50+
'Programming Language :: Python :: 2',
4951
'Programming Language :: Python :: 2.6',
5052
'Programming Language :: Python :: 2.7',
53+
'Programming Language :: Python :: 3',
5154
'Programming Language :: Python :: 3.3',
5255
'Programming Language :: Python :: 3.4',
56+
'Programming Language :: Python :: 3.5',
57+
'Programming Language :: Python :: 3.6',
5358
'Programming Language :: Python :: Implementation :: CPython',
5459
'Programming Language :: Python :: Implementation :: PyPy',
5560
'Topic :: Software Development :: Build Tools',

0 commit comments

Comments
 (0)