Skip to content

Commit 546784b

Browse files
committed
Use relative imports for subpackages
This allows you to directly invoke the `codeql_bundle/cli.py` and the `codeql-bundle` script when the `codeql_bundle` is installed with pip.
1 parent 5d680c2 commit 546784b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codeql_bundle/helpers/bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from codeql_bundle.helpers.codeql import (
1+
from .codeql import (
22
CodeQL,
33
CodeQLException,
44
ResolvedCodeQLPack,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codeql-bundle"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
description = "Tool to create custom CodeQL bundles"
55
authors = ["Remco Vermeulen <rvermeulen@users.noreply.github.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)