Skip to content

Commit

Permalink
Fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Oct 27, 2024
1 parent 4d9c70a commit bfcffb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,18 @@ exclude = [
"build",
"venv",
".venv",
".github",
]

[tool.setuptools.package-data]
mypkg = ["*.txt", "*.md", "*.rst"]
"*" = ["*.txt", "*.md", "*.rst"]

[tool.mypy]
exclude = [
"build",
"venv",
".venv",
".github",
]
ignore_missing_imports = true

Expand All @@ -74,6 +76,7 @@ exclude_dirs = [
"build",
"venv",
".venv",
".github",
]

[tool.bandit.assert_used]
Expand Down

0 comments on commit bfcffb2

Please sign in to comment.