Skip to content

Commit

Permalink
Fixes for 0.2.0 release (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-bednar committed Jun 3, 2016
1 parent 87e9ed4 commit b7408b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

2 changes: 0 additions & 2 deletions pytest_jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
import pytest
from jira.client import JIRA

__version__ = "0.1"


class JiraHooks(object):
issue_re = r"([A-Z]+-[0-9]+)"
Expand Down
19 changes: 12 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,33 @@ author=James Laska
author_email[email protected]
summary=py.test JIRA integration plugin, using markers
description-file=README.md
license=GPL
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 (GPL)
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Operating System :: POSIX
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Topic :: Software Development :: Testing
Topic :: Software Development :: Quality Assurance
Topic :: Utilities
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Topic :: Software Development :: Testing
Topic :: Software Development :: Quality Assurance
Topic :: Utilities
[entry_points]
pytest11 =
pytest_jira = pytest_jira
[files]
modules=
pytest_jira
[bdist_wheel]
universal = 1

0 comments on commit b7408b4

Please sign in to comment.