
py33 has been deprecated from Mitaka so removing the same from setup.cfg. tox.ini supported py34 but setup.cfg did not, so adding the change for the same. Change-Id: I05c01df2022d3bdfb756cb47166ddc00a941c101 Closes-Bug: #1526170
29 lines
849 B
INI
29 lines
849 B
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 :: 3 - Alpha
|
|
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 :: 2.6
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.4
|
|
Topic :: Software Development :: Testing
|
|
test_suite = requests_mock.tests
|
|
|
|
[files]
|
|
packages = requests_mock
|
|
|
|
[wheel]
|
|
universal = 1
|