Skip to content

Commit

Permalink
Include submodules in setuptools build (#301)
Browse files Browse the repository at this point in the history
* Include submodules in setuptools build

* 🧷 Set version to 0.5.6
  • Loading branch information
hardbyte authored Mar 3, 2025
1 parent 4a05540 commit 5eac164
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 6 deletions.
4 changes: 2 additions & 2 deletions operator/charts/netchecks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ icon: https://raw.githubusercontent.com/hardbyte/netchecks/main/.github/logo.png
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.18
version: 0.1.19

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.5.5"
appVersion: "0.5.6"
sources:
- https://github.com/hardbyte/netchecks
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion operator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netcheck-operator"
version = "0.5.5"
version = "0.5.6"
description = "Netcheck is a cloud native tool for specifying and regularly checking assertions about network conditions. Organisations use netcheck to proactively verify whether security controls are working as intended, alerting them to misconfiguration and potential threats."
authors = ["Brian Thorne <brian@hardbyte.nz>"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "netcheck"
version = "0.5.5"
version = "0.5.6"
description = "Netchecks is a cloud native tool for specifying and regularly checking assertions about network conditions. Use netchecks to proactively verify whether security controls are working as intended, alerting on misconfiguration."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -33,7 +33,7 @@ netcheck = "netcheck.cli:app"

[tool.setuptools.packages.find]
where = ["."]
include = ["netcheck"]
include = ["netcheck", "netcheck.*"]
exclude = ["operator", "scripts", "tests", "docs"]


Expand Down
Loading

0 comments on commit 5eac164

Please sign in to comment.