We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72480b7 commit 67938d1Copy full SHA for 67938d1
pyproject.toml
@@ -64,15 +64,15 @@ build-backend = "setuptools.build_meta"
64
[tool.setuptools.dynamic]
65
version = {attr = "redbot.__version__"}
66
67
-[tool.setuptools.packages.find]
68
-where = ["."]
69
-include = ["redbot", "redbot.*"]
70
-exclude = ["redbot.assets*", "redbot.translations*", "redbot.formatter.templates*"]
71
-namespaces = false
72
-
73
[tool.setuptools]
+package-dir = {"" = "."}
74
include-package-data = true
75
+[tool.setuptools.packages.find]
+where = ["."]
+include = ["redbot*"]
+namespaces = true
+
76
[tool.mypy]
77
follow_imports = "normal"
78
incremental = true
0 commit comments