Skip to content

Commit

Permalink
Bugfix: add project name to pyproject.toml (#493)
Browse files Browse the repository at this point in the history
Since core is not generated via mustache this needs to be udpated manually.

Signed-off-by: Alexander Dahmen <[email protected]>
  • Loading branch information
Fyusel authored Jan 9, 2025
1 parent 5654231 commit 7805431
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[project]
name = "stackit-core"

[tool.poetry]
name = "stackit-core"
version = "v0.1.0"
Expand Down

0 comments on commit 7805431

Please sign in to comment.