Skip to content

Commit 2ace6a9

Browse files
committed
Add missing trove classifiers to document Python support
Helps library consumers know, at a glance, if the library is suitable for their project. Python versions were determined by Travis configuration. Alphabetized classifiers.
1 parent 79910d4 commit 2ace6a9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,19 @@
3232
'Intended Audience :: Developers',
3333
'License :: OSI Approved :: BSD License',
3434
'Operating System :: OS Independent',
35-
'Topic :: Documentation',
36-
'Topic :: Software Development :: Documentation',
3735
'Programming Language :: Python',
36+
'Programming Language :: Python :: 2',
3837
'Programming Language :: Python :: 2.6',
3938
'Programming Language :: Python :: 2.7',
39+
'Programming Language :: Python :: 3',
4040
'Programming Language :: Python :: 3.2',
4141
'Programming Language :: Python :: 3.3',
4242
'Programming Language :: Python :: 3.4',
43+
'Programming Language :: Python :: 3.5',
44+
'Programming Language :: Python :: 3.6',
45+
'Programming Language :: Python :: Implementation :: CPython',
46+
'Programming Language :: Python :: Implementation :: PyPy',
47+
'Topic :: Documentation',
48+
'Topic :: Software Development :: Documentation',
4349
],
4450
)

0 commit comments

Comments
 (0)