Skip to content

Commit 8a44a65

Browse files
Exclude "examples" from installed packages (#21)
1 parent ecf4e19 commit 8a44a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ write_to_template = "__version__ = '{version}'\n"
1010
# version_file_template = "__version__ = '{version}'\n"
1111

1212
[tool.setuptools.packages.find]
13-
exclude = ["tests"]
13+
exclude = ["tests", "examples"]
1414

1515
[project.urls]
1616
repository = "https://github.com/casperdcl/argopt"

0 commit comments

Comments
 (0)