summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg18
1 files changed, 14 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index e25e6cc..7283b79 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,16 +5,21 @@ home-page = http://mock.readthedocs.org/en/latest/
description-file = README.rst
author = Testing Cabal
author-email = testing-in-python@lists.idyll.org
-classifiers =
+license = OSI Approved :: BSD License
+classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
+ Programming Language :: Python :: 2
+ Programming Language :: Python :: 2.7
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Libraries
@@ -24,7 +29,10 @@ keyword =
testing, test, mock, mocking, unittest, patching, stubs, fakes, doubles
[options]
-python_requires=>=3.6
+install_requires =
+ six
+ funcsigs>=1;python_version<"3.3"
+python_requires=>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
packages = mock
[options.extras_require]
@@ -38,8 +46,10 @@ build =
wheel
blurb
+[bdist_wheel]
+universal = 1
+
[tool:pytest]
python_files=test*.py
filterwarnings =
- error::RuntimeWarning
ignore::DeprecationWarning