Skip to content

Commit fbbb309

Browse files
committed
setup.py: Add Python 3 (and Python 2) classifiers
1 parent f75dcbc commit fbbb309

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@
4444
"Operating System :: Microsoft :: Windows",
4545
"Operating System :: MacOS :: MacOS X",
4646
"Programming Language :: Python",
47+
"Programming Language :: Python :: 2",
48+
"Programming Language :: Python :: 2.6",
49+
"Programming Language :: Python :: 2.7",
50+
"Programming Language :: Python :: 3",
51+
"Programming Language :: Python :: 3.3",
52+
"Programming Language :: Python :: 3.4",
4753
],
4854
long_description=long_description,
4955
)

0 commit comments

Comments
 (0)