Skip to content

Commit

Permalink
include toml
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Nov 12, 2024
1 parent 706c63e commit 30d77f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resolver = "2"

[workspace.package]

version = "0.1.3"
version = "0.1.4"
authors = ["Wesley Maa <wesley@kscale.dev>"]
edition = "2021"
description = "IMU package"
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include Cargo.toml
recursive-include imu/ *.rs *.pyi *.so *.py *.txt Cargo.toml py.typed
recursive-include imu/ *.rs *.pyi *.so *.py *.txt *.toml py.typed
3 changes: 0 additions & 3 deletions imu/bindings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ build-backend = "maturin"
[project]
name = "bindings"
requires-python = ">=3.9"

[project.optional-dependencies]
test = ["pytest", "pyright", "ruff"]

0 comments on commit 30d77f7

Please sign in to comment.