-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
41 lines (35 loc) · 1.02 KB
/
setup.cfg
File metadata and controls
41 lines (35 loc) · 1.02 KB
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
[metadata]
name = docker-test-tools
summary = Make it easy to write tests that relies on docker containers environment
license = MIT
author = Stratoscale
author-email = support@stratoscale.com
home-page = http://github.com/stratoscale/docker-test-tools.git
classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
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
[bdist_rpm]
release = 1
packager = stratoscale@stratoscale.com
doc_files = README.rst
no_autoreq = true
build_requires = python2-devel
[files]
packages =
docker_test_tools
[flake8]
ignore = E501,E123
max-line-length=145
[options.entry_points]
pytest11 =
docker_test_tools = docker_test_tools.pytest_plugin.pytest_plugin
[bdist_wheel]
universal = 1