File: setup.cfg

package info (click to toggle)
python-aioresponses 0.7.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 340 kB
  • sloc: python: 1,257; makefile: 220; sh: 1
file content (40 lines) | stat: -rw-r--r-- 1,005 bytes parent folder | download
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
40
[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.7
  Programming Language :: Python :: 3.8
  Programming Language :: Python :: 3.9
  Programming Language :: Python :: 3.10
  Programming Language :: Python :: 3.11

[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