281867576d
Include all supported Python versions as trove classifiers. Helps
library users know, at a glance, if the library can be integrated with
a project.
Remove Python 2.6 trove classifier, support was removed in
9bcf955af8
Also add trove classifier for PyPy as it is included in the tox test
matrix.
Change-Id: Iff7dcec47260006b325e3059cfaf8b8e912d2318
41 lines
1.1 KiB
INI
41 lines
1.1 KiB
INI
[metadata]
|
|
name = requests-mock
|
|
author = Jamie Lennox
|
|
author-email = jamielennox@gmail.com
|
|
summary = Mock out responses from the requests package
|
|
description-file = README.rst
|
|
license = Apache-2
|
|
home-page = https://requests-mock.readthedocs.org/
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software 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 :: Implementation :: CPython
|
|
Programming Language :: Python :: Implementation :: PyPy
|
|
Topic :: Software Development :: Testing
|
|
test_suite = requests_mock.tests
|
|
|
|
[files]
|
|
packages = requests_mock
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[extras]
|
|
fixture =
|
|
fixtures
|