Skip to content

Commit

Permalink
Make project explicitely not a package
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Sep 9, 2024
1 parent 1bfd674 commit d618fa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ typing = ["types-requests ~= 2.32.0.20240622"]
"Repository" = 'https://github.com/kdeldycke/kevin-deldycke-blog'
"Funding" = "https://github.com/sponsors/kdeldycke"

[tool.uv]
package = false

[tool.mypy]
warn_unused_configs = true
warn_redundant_casts = true
Expand Down

0 comments on commit d618fa0

Please sign in to comment.