Skip to content

Commit 67938d1

Browse files
committed
Last tweaks?
1 parent 72480b7 commit 67938d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ build-backend = "setuptools.build_meta"
6464
[tool.setuptools.dynamic]
6565
version = {attr = "redbot.__version__"}
6666

67-
[tool.setuptools.packages.find]
68-
where = ["."]
69-
include = ["redbot", "redbot.*"]
70-
exclude = ["redbot.assets*", "redbot.translations*", "redbot.formatter.templates*"]
71-
namespaces = false
72-
7367
[tool.setuptools]
68+
package-dir = {"" = "."}
7469
include-package-data = true
7570

71+
[tool.setuptools.packages.find]
72+
where = ["."]
73+
include = ["redbot*"]
74+
namespaces = true
75+
7676
[tool.mypy]
7777
follow_imports = "normal"
7878
incremental = true

0 commit comments

Comments
 (0)