Skip to content

Commit b9752c0

Browse files
committed
feat: update maturin and cargo package names
1 parent 44f57b9 commit b9752c0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "typhoon"
2+
name = "typhoon_rainflow"
33
version = "0.1.0"
44
edition = "2021"
55

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies = ["numpy"]
1919

2020
[tool.maturin]
2121
features = ["pyo3/extension-module"]
22+
module-name = "typhoon"
2223

2324
[project.optional-dependencies]
2425
test = ["nox"]

0 commit comments

Comments
 (0)