Skip to content

Commit c5dc5a2

Browse files
committed
Added generic trove classifiers for Python 2.x and 3.x.
Thanks to @brettcannon for the suggestion.
1 parent 24f158e commit c5dc5a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,10 @@ def find_package_data(where='.', package='',
130130
'License :: OSI Approved :: MIT License',
131131
'Operating System :: OS Independent',
132132
'Programming Language :: Python',
133+
'Programming Language :: Python :: 2',
133134
'Programming Language :: Python :: 2.6',
134135
'Programming Language :: Python :: 2.7',
136+
'Programming Language :: Python :: 3',
135137
'Programming Language :: Python :: 3.2',
136138
'Programming Language :: Python :: 3.3',
137139
'Topic :: Internet :: WWW/HTTP',

0 commit comments

Comments
 (0)