Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ description = "Ein GUI-Programm zur Erstellung von Bash-Scripts mit visueller Un
readme = "README.md"
license = "MIT"
authors = [
{name = "Marc", email = "[email protected]"},
{name = "Marcel Dellmann", email = "[email protected]"},
]
maintainers = [
{name = "Marc", email = "[email protected]"},
{name = "Marcel Dellmann", email = "[email protected]"},
]
keywords = ["bash", "script", "gui", "editor", "generator", "linux"]
classifiers = [
Expand Down Expand Up @@ -85,6 +85,7 @@ exclude_lines = [

[tool.semantic_release]
version_variable = "VERSION"
upload_to_release = true
upload_to_pypi = false
branch = "main"
changelog_file = "CHANGELOG.md"
Expand Down