Skip to content

Commit

Permalink
to add the package data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesan authored and Ganesan committed Oct 20, 2023
1 parent 5dcc01a commit 53cd37a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@ omit = [
where = ["qokit"]

[tool.setuptools.package-data]
assets = ["*.json", "*.scv", "*.zip"]
assets = ["*.json"]
"assets.maxcut_datasets" = ["*.json"]
"assets.precomputed_bitstrings" = ["*.json"]
"assets.precomputed_merit_factors = ["*.json"]
[tool.setuptools.dynamic]

[tool.pyright]
Expand Down

0 comments on commit 53cd37a

Please sign in to comment.