summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 3 insertions, 8 deletions
diff --git a/setup.cfg b/setup.cfg
index a10b6a1..894d563 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = waitress
-version = 1.4.4
+version = 2.0.0dev0
description = Waitress WSGI server
long_description = file: README.rst, CHANGES.txt
long_description_content_type = text/x-rst
@@ -12,8 +12,6 @@ classifiers =
Intended Audience :: Developers
License :: OSI Approved :: Zope Public License
Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
@@ -39,7 +37,7 @@ maintainer_email = pylons-discuss@googlegroups.com
package_dir=
=src
packages=find:
-python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
+python_requires = >=3.5.0
[options.entry_points]
paste.server_runner =
@@ -61,13 +59,10 @@ docs =
docutils
pylons-sphinx-themes>=1.0.9
-[bdist_wheel]
-universal = 1
-
[tool:pytest]
python_files = test_*.py
# For the benefit of test_wasyncore.py
python_classes = Test_*
testpaths =
tests
-addopts = -W always --cov
+addopts = --cov -W always