Skip to content

Commit bfcffb2

Browse files
Fix metadata
1 parent 4d9c70a commit bfcffb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,18 @@ exclude = [
5656
"build",
5757
"venv",
5858
".venv",
59+
".github",
5960
]
6061

6162
[tool.setuptools.package-data]
62-
mypkg = ["*.txt", "*.md", "*.rst"]
63+
"*" = ["*.txt", "*.md", "*.rst"]
6364

6465
[tool.mypy]
6566
exclude = [
6667
"build",
6768
"venv",
6869
".venv",
70+
".github",
6971
]
7072
ignore_missing_imports = true
7173

@@ -74,6 +76,7 @@ exclude_dirs = [
7476
"build",
7577
"venv",
7678
".venv",
79+
".github",
7780
]
7881

7982
[tool.bandit.assert_used]

0 commit comments

Comments
 (0)