Skip to content

Commit a1b4880

Browse files
committed
updated throves to reflect py3k support
1 parent 82f6c28 commit a1b4880

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
@@ -23,8 +23,13 @@
2323
'Intended Audience :: Developers',
2424
'License :: OSI Approved :: BSD License',
2525
'Operating System :: OS Independent',
26+
'Programming Language :: Python'
27+
'Programming Language :: Python :: 2',
2628
'Programming Language :: Python :: 2.6',
2729
'Programming Language :: Python :: 2.7',
30+
'Programming Language :: Python :: 3',
31+
'Programming Language :: Python :: 3.2',
32+
'Programming Language :: Python :: 3.3',
2833
'Programming Language :: Python :: Implementation :: CPython',
2934
'Programming Language :: Python :: Implementation :: PyPy',
3035
'Topic :: Communications',

0 commit comments

Comments
 (0)