forked from rhevm-qe-automation/pytest_jira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (38 loc) · 993 Bytes
/
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
[metadata]
name=pytest-jira
author=James Laska
summary=py.test JIRA integration plugin, using markers
description-file=README.rst
license=GPLv2
home-page=http://github.com/rhevm-qe-automation/pytest_jira
keywords=
pytest
jira
plugin
classifier=
Development Status :: 3 - Alpha
Environment :: Plugins
Framework :: Pytest
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Software Development :: Testing
Topic :: Software Development :: Quality Assurance
Topic :: Utilities
[entry_points]
pytest11 =
pytest_jira = pytest_jira
[files]
modules=
pytest_jira
issue_model
[bdist_wheel]
universal = 1
[sdist]
formats = zip