-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathsetup.cfg
47 lines (45 loc) · 1.51 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
46
47
[metadata]
name = pytest-describe
version = attr: pytest_describe.__version__
description = Describe-style plugin for pytest
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pytest-dev/pytest-describe
author = Robin Pedersen
author_email = [email protected]
maintainer = Christoph Zwerschke
maintainer_email = [email protected]
license = MIT
license_files = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
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 :: 3.12
Topic :: Software Development :: Libraries
Topic :: Software Development :: Testing
Topic :: Utilities
keywords = test, unittest, plugin, describe
project_urls =
Source=https://github.com/pytest-dev/pytest-describe
Tracker=https://github.com/pytest-dev/pytest-describe/issues
[options]
python_requires = >=3.7
packages =
pytest_describe
install_requires =
pytest>=4.6,<9
[options.entry_points]
pytest11 =
pytest-describe = pytest_describe.plugin