summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaurits van Rees <maurits@vanrees.org>2017-04-22 11:45:46 +0200
committerMaurits van Rees <maurits@vanrees.org>2017-04-22 12:54:24 +0200
commitf337f4233bc216df01282c82508bd692782db43b (patch)
treec402c5b74716a82a4e07c132d8329b83029c8a6b /setup.py
parente3819d3e2f9687211ae198af42554e4a77d09ce9 (diff)
downloadzope-interface-travis-36.tar.gz
Added Travis, appveyor, tox, manylinux for 3.6 branch.travis-36
Copied from master branch, but removed the Python 3 stuff, which is unsupported on the 3.6 branch. Well, 3.1 seems supported, but that is very old, and on 3.3 I got errors locally. Also removed 'docs' from the tox envs, as that proved tricky to get to work, and has changed much. Removed 'TODO_test_classProvides_fails_for_odd_class' test method, which would always fail but be ignored due to its name, except that the coverage tests would *not* ignore it, leading to a failure.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6cafb75..be02f18 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ try: # Zope setuptools versions
except (ImportError, SyntaxError):
from build_ext_2 import optional_build_ext
-
+
setup(name='zope.interface',
version='3.6.8',
url='http://pypi.python.org/pypi/zope.interface',
@@ -114,10 +114,12 @@ setup(name='zope.interface',
"Intended Audience :: Developers",
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
+ "Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: Implementation :: CPython",
"Topic :: Software Development :: Libraries :: Python Modules",
],