augint-github 1.3.2__tar.gz → 1.3.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: augint-github
3
- Version: 1.3.2
3
+ Version: 1.3.4
4
4
  Summary: GitHub tools for Augmenting Integrations
5
5
  Author: Samuel Vange
6
6
  Author-email: Samuel Vange <7166607+svange@users.noreply.github.com>
7
- License-Expression: AGPL-3.0-only
7
+ License-Expression: MIT
8
8
  Requires-Dist: click>=8.1.8,<9
9
9
  Requires-Dist: python-dotenv>=1.0.1,<2
10
10
  Requires-Dist: rich>=13.9.4,<15.0
@@ -31,7 +31,7 @@ Description-Content-Type: text/markdown
31
31
 
32
32
  ![ci status](https://github.com/svange/augint-github/actions/workflows/pipeline.yaml/badge.svg?branch=main)
33
33
  ![PyPI - Version](https://img.shields.io/pypi/v/augint-github)
34
- [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
34
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
35
35
  [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
36
36
  [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)
37
37
  [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![ci status](https://github.com/svange/augint-github/actions/workflows/pipeline.yaml/badge.svg?branch=main)
4
4
  ![PyPI - Version](https://img.shields.io/pypi/v/augint-github)
5
- [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
  [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
7
7
  [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square)](https://conventionalcommits.org)
8
8
  [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
@@ -1,10 +1,10 @@
1
1
  [project]
2
2
  name = "augint-github"
3
- version = "1.3.2"
3
+ version = "1.3.4"
4
4
  description = "GitHub tools for Augmenting Integrations"
5
5
  authors = [{name = "Samuel Vange", email = "7166607+svange@users.noreply.github.com"}]
6
6
  readme = "README.md"
7
- license = "AGPL-3.0-only"
7
+ license = "MIT"
8
8
  requires-python = ">=3.12,<4.0"
9
9
  dependencies = [
10
10
  "click>=8.1.8,<9",
@@ -56,11 +56,6 @@ build_command = "uv lock && uv build"
56
56
  match = "main"
57
57
  prerelease = false
58
58
 
59
- [tool.semantic_release.branches.dev]
60
- match = "dev"
61
- prerelease_token = "dev"
62
- prerelease = true
63
-
64
59
  [tool.semantic_release.commit_parser_options]
65
60
  patch_tags = ["fix", "perf", "chore", "refactor"]
66
61