Skip to content

Commit

Permalink
chore(Poetry): Disable package mode
Browse files Browse the repository at this point in the history
We only use Poetry for dependency management, not
packaging.
  • Loading branch information
Kurt-von-Laven committed Mar 22, 2024
1 parent 16ea992 commit 7cdaa46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ build-backend = "poetry.core.masonry.api"
warn_unreachable = true

[tool.poetry]
package-mode = false
name = "slack-templates"
version = "0.6.38"
description = "Send Informative, Concise Slack Notifications With Minimal Effort"
Expand Down

0 comments on commit 7cdaa46

Please sign in to comment.