Skip to content

Commit

Permalink
pyproject.toml: disable package mode for whois.
Browse files Browse the repository at this point in the history
This removes the warning on running the `poetry
install` command.

Signed-off-by: Eduard Kaverinskyi <[email protected]>
  • Loading branch information
EduKav1813 committed Oct 23, 2024
1 parent e860609 commit c120fd6
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 @@ -3,6 +3,7 @@ name = "whohacks"
version = "1.5.0"
description = ""
authors = ["Norbert Szulc <[email protected]>"]
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit c120fd6

Please sign in to comment.