Skip to content

Commit

Permalink
fix: allow multiple packages (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett authored Sep 27, 2024
1 parent cde315a commit 12bdf88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ description = "Simulator for running self-contained Vega chain on local PC"
authors = ["Tom McLean <[email protected]>"]
license = "MIT"
version = "1.2.1"
packages = [
{ include = "vega_sim" },
{ include = "vega_query/**/*.py" },
{ include = "vega_protos/**/*.py" },
]

[tool.setuptools]
zip-safe = false
Expand Down

0 comments on commit 12bdf88

Please sign in to comment.