-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (32 loc) · 984 Bytes
/
Copy pathsetup.cfg
File metadata and controls
37 lines (32 loc) · 984 Bytes
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
[metadata]
name = aioresponses
author = Pawel Nuckowski
author_email = p.nuckowski@gmail.com
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 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
[files]
packages =
aioresponses
[bdist_wheel]
universal = 1
[flake8]
max-line-length = 120
[tool:pytest]
testpaths = tests