Skip to content

Commit 02c772b

Browse files
committed
Add Python version trove classifiers.
Indicate support for 2.5, 2.6, 2.7, 3.x Thanks to Matthew Miner for pointing out their absence.
1 parent f0f8c14 commit 02c772b

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

python/setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,10 @@
7171
'License :: OSI Approved :: Apache Software License',
7272
'Operating System :: OS Independent',
7373
'Topic :: Communications :: Telephony',
74+
'Programming Language :: Python :: 2',
75+
'Programming Language :: Python :: 2.5',
76+
'Programming Language :: Python :: 2.6',
77+
'Programming Language :: Python :: 2.7',
78+
'Programming Language :: Python :: 3',
7479
],
7580
)

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,10 @@
5252
'License :: OSI Approved :: Apache Software License',
5353
'Operating System :: OS Independent',
5454
'Topic :: Communications :: Telephony',
55+
'Programming Language :: Python :: 2',
56+
'Programming Language :: Python :: 2.5',
57+
'Programming Language :: Python :: 2.6',
58+
'Programming Language :: Python :: 2.7',
59+
'Programming Language :: Python :: 3',
5560
],
5661
)

0 commit comments

Comments
 (0)