-
Notifications
You must be signed in to change notification settings - Fork 15
/
setup.cfg
39 lines (39 loc) · 1.07 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
[metadata]
name=pytest-marker-bugzilla
summary=py.test bugzilla integration plugin, using markers
description-file=README.rst
license=GPL
author=Eric Sammons, Lukas Bednar
home-page=http://github.com/eanxgeek/pytest_marker_bugzilla
keywords=
pytest
bugzilla
plugin
classifiers=
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License (GPL)
Environment :: Plugins
Framework :: Pytest
Operating System :: POSIX
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.6
Topic :: Software Development :: Testing
Topic :: Software Development :: Quality Assurance
Topic :: Utilities
[files]
modules=
pytest_marker_bugzilla
[entry_points]
pytest11 =
pytest_marker_bugzilla = pytest_marker_bugzilla
[global]
zip_safe=True
[bdist_wheel]
universal = 1
[sdist]
formats = zip