summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 0c12754620200d7b8daf9224fd877960a234d048 (plain)
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 = fixtures
summary = Fixtures, reusable state for writing clean tests and more.
description_file =
    README.rst
description_content_type = text/x-rst; charset=UTF-8
author = Robert Collins
author_email = robertc@robertcollins.net
url = https://github.com/testing-cabal/fixtures
python_requires = >=3.7
classifiers =
    Development Status :: 6 - Mature
    Intended Audience :: Developers
    License :: OSI Approved :: BSD License
    License :: OSI Approved :: Apache Software License
    Operating System :: OS Independent
    Programming Language :: Python
    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
    Programming Language :: Python :: Implementation :: CPython
    Programming Language :: Python :: Implementation :: PyPy
    Topic :: Software Development :: Quality Assurance
    Topic :: Software Development :: Testing

[files]
packages =
    fixtures

[extras]
streams =
    testtools
test =
    mock
    testtools
docs =
    docutils