summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 222f0d2..19df822 100755
--- a/setup.py
+++ b/setup.py
@@ -91,9 +91,6 @@ setup(
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.0',
- 'Programming Language :: Python :: 3.1',
- 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
@@ -108,6 +105,8 @@ setup(
'docs': [
'Sphinx',
]
- }
-
+ },
+ # XXX: This is deprecated. appveyor.yml still uses it though.
+ test_suite='tests.test_collector',
+ zip_safe=False,
)