File: setup.cfg

package info (click to toggle)
testresources 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: python: 1,535; makefile: 34
file content (31 lines) | stat: -rw-r--r-- 863 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
[metadata]
name = testresources
author = Testresources developers
author_email = https://launchpad.net/~testresources-developers
home-page = https://launchpad.net/testresources
summary = Testresources, a pyunit extension for managing expensive test resources
description-file = README.rst
keyword = unittest, testing, fixtures
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 :: 2
    Programming Language :: Python :: 3
    Topic :: Software Development :: Quality Assurance
    Topic :: Software Development :: Testing

[extras]
test =
    docutils
    fixtures
    testtools

[files]
scripts =

[wheel]
universal=1