forked from pytest-dev/pytest-testinfra
-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
45 lines (39 loc) · 1.12 KB
/
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
40
41
42
43
44
45
[bdist_wheel]
universal = 1
[metadata]
name = testinfra
author = Philippe Pepiot
author-email = [email protected]
summary = Test infrastructures
home-page = http://github.com/philpep/testinfra
description-file = README.rst
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: Software Development :: Testing
Topic :: System :: Systems Administration
Framework :: Pytest
[files]
packages =
testinfra
[entry_points]
console_scripts =
testinfra = testinfra.main:main
pytest11 =
pytest11.testinfra = testinfra.plugin
[tool:pytest]
norecursedirs = .tox .git .local *.egg build
[pbr]
skip_authors = True
skip_changelog = True