We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e29896 commit 416cd6eCopy full SHA for 416cd6e
setup.py
@@ -1,5 +1,3 @@
1
-# -*- coding: utf-8 -*-
2
-
3
import sys
4
from setuptools import setup
5
from setuptools.command.test import test as TestCommand
@@ -43,11 +41,13 @@ def run_tests(self):
43
41
'Natural Language :: English',
44
42
'License :: OSI Approved :: Apache Software License',
45
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
46
'Programming Language :: Python :: 2.6',
47
'Programming Language :: Python :: 2.7',
48
'Programming Language :: Python :: 3',
49
'Programming Language :: Python :: 3.2',
50
'Programming Language :: Python :: 3.3',
51
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
52
],
53
)
0 commit comments