We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472f1ef commit 4bd65f8Copy full SHA for 4bd65f8
1 file changed
pyproject.toml
@@ -39,4 +39,9 @@ max_line_length = 120
39
spellcaster = "spellcaster.cli:main"
40
41
[project.entry-points.console_scripts]
42
-spellcaster = "spellcaster.cli:main"
+spellcaster = "spellcaster.cli:main"
43
+
44
+# Add this section to explicitly specify the packages
45
+[tool.setuptools.packages.find]
46
+include = ["spellcaster*"]
47
+exclude = ["assets*", "samples*"]
0 commit comments