Skip to content

Commit 09f8ddb

Browse files
committed
make examples part of mesa wheel and importable
1 parent 42880ac commit 09f8ddb

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

examples/advanced/__init__.py

Whitespace-only changes.

examples/basic/__init__.py

Whitespace-only changes.

mesa/examples/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__path__ = ["examples"] # noqa: D104

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ repository = "https://github.com/projectmesa/mesa"
8787
mesa = "mesa.main:cli"
8888

8989
[tool.hatch.build.targets.wheel]
90-
packages = ["mesa"]
90+
packages = ["mesa", "examples"]
9191

9292
[tool.hatch.version]
9393
path = "mesa/__init__.py"

0 commit comments

Comments
 (0)