
As part of review [1] the openstack build system assumes the layout of the docs directories to be doc/build. This is not what requests-mock was producing. Fix the docs building directories to make it work with the build system again. [1] Icb0c02dc5b6f7b5e248e0df6d6093c29535b08f3 Closes-Bug: #1630114 Change-Id: Iea93ecfb0506d5ccd0b79ad35f5677797fadf730
38 lines
968 B
INI
38 lines
968 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 :: 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 :: 2.6
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.4
|
|
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
|