Skip to content

Commit

Permalink
missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragzouken committed Oct 1, 2024
1 parent 71b3935 commit c6694c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-libraries/nanover-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ nanover-multiplayer = "nanover.multiplayer.cli:main"

[tool.setuptools.packages.find]
where = ["src"] # list of folders that contain the packages (["."] by default)
include = ["nanover.*"] # package names should match these glob patterns (["*"] by default)
include = ["nanover.*", "nanover.protocol"] # package names should match these glob patterns (["*"] by default)
namespaces = false # to disable scanning PEP 420 namespaces (true by default)

0 comments on commit c6694c8

Please sign in to comment.