From 4e40cef345a5f4b088fd3590481da86f21f2a5b0 Mon Sep 17 00:00:00 2001 From: Lukas Bednar Date: Tue, 1 Oct 2019 12:27:07 +0200 Subject: [PATCH] Include issue_model module into pip package (#110) Fixes #109 Signed-off-by: Lukas Bednar --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index f5831b2..6d208a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,6 +31,7 @@ pytest11 = [files] modules= pytest_jira + issue_model [bdist_wheel] universal = 1 [sdist]