Skip to content

Commit c752db2

Browse files
fix: Merge pull request #5 from securebitsorg/development
fix: update pyproject.toml
2 parents ba27b62 + acf01bb commit c752db2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ description = "Ein GUI-Programm zur Erstellung von Bash-Scripts mit visueller Un
99
readme = "README.md"
1010
license = "MIT"
1111
authors = [
12-
{name = "Marc", email = "[email protected]"},
12+
{name = "Marcel Dellmann", email = "[email protected]"},
1313
]
1414
maintainers = [
15-
{name = "Marc", email = "[email protected]"},
15+
{name = "Marcel Dellmann", email = "[email protected]"},
1616
]
1717
keywords = ["bash", "script", "gui", "editor", "generator", "linux"]
1818
classifiers = [
@@ -85,6 +85,7 @@ exclude_lines = [
8585

8686
[tool.semantic_release]
8787
version_variable = "VERSION"
88+
upload_to_release = true
8889
upload_to_pypi = false
8990
branch = "main"
9091
changelog_file = "CHANGELOG.md"

0 commit comments

Comments
 (0)