Skip to content

Commit

Permalink
move python packages to dedicated python directory as per PyO3/maturi…
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad committed May 13, 2024
1 parent c132883 commit b1469a9
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ Issues = "https://github.com/MusicalNinjaDad/fizzbuzz/issues"
version = { file = "__pyversion__" }

[tool.setuptools.packages.find]
where = ["fizzbuzz"]
where = ["python"]

[[tool.setuptools-rust.ext-modules]]
# Private Rust extension module to be nested into the Python package
target = "fizzbuzzo3" # The last part of the name (e.g. "_lib") has to match lib.name in Cargo.toml,
target = "fizzbuzz.fizzbuzzo3" # The last part of the name (e.g. "_lib") has to match lib.name in Cargo.toml,
# but you can add a prefix to nest it inside of a Python package.
path = "fizzbuzzo3/Cargo.toml"
binding = "PyO3"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b1469a9

Please sign in to comment.