Skip to content

Commit 4bd65f8

Browse files
committed
update pyproject to ignore assets/samples
1 parent 472f1ef commit 4bd65f8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@ max_line_length = 120
3939
spellcaster = "spellcaster.cli:main"
4040

4141
[project.entry-points.console_scripts]
42-
spellcaster = "spellcaster.cli:main"
42+
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

Comments
 (0)