forked from pnuckowski/aioresponses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
39 lines (34 loc) · 963 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[metadata]
name = aioresponses
author = Pawel Nuckowski
author_email = [email protected]
summary = Mock out requests made by ClientSession from aiohttp package
description_file = README.rst
home_page = https://github.com/pnuckowski/aioresponses
classifier =
Development Status :: 4 - Beta
Intended Audience :: Developers
Operating System :: OS Independent
Topic :: Internet :: WWW/HTTP
Topic :: Software Development :: Testing
Topic :: Software Development :: Testing :: Mocking
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =
aioresponses
[build_sphinx]
all_files = 1
build-dir = docs/build
source-dir = docs/source
[bdist_wheel]
universal = 1
[flake8]
exclude = docs
[tool:pytest]
testpaths = tests