There was an error while loading. Please reload this page.
1 parent f75dcbc commit fbbb309Copy full SHA for fbbb309
1 file changed
setup.py
@@ -44,6 +44,12 @@
44
"Operating System :: Microsoft :: Windows",
45
"Operating System :: MacOS :: MacOS X",
46
"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",
53
],
54
long_description=long_description,
55
)
0 commit comments