Skip to content

Commit

Permalink
Fully specify the path to python packages init
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Dec 30, 2022
1 parent 6b54b62 commit fb8073d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [

[tool.maturin]
manifest-path = "rust/tphon/Cargo.toml"
python-packages = ["tubul", "jerakeen"]
python-packages = ["src/tubul/__init__.py", "src/jerakeen/__init__.py"]

[tool.poetry]
name = "atuin"
Expand Down

0 comments on commit fb8073d

Please sign in to comment.