Skip to content

Commit f2656d3

Browse files
committed
add extension feature for pyo3
1 parent 1b29fae commit f2656d3

File tree

4 files changed

+664
-7
lines changed

4 files changed

+664
-7
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ walkdir = "2"
6969
wkt = "0.10"
7070
zip = { version = "2", default-features = false, features = ["deflate"] }
7171
git-version = "0.3"
72-
pyo3 = "0.23.4"
72+
pyo3 = { version = "0.23.3", features = ["extension-module"] }
7373
reqwest = { version = "0.12.12", features = ["json"] }
7474
tokio = "1.43.0"
7575

transit_model_python/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "AGPL-3.0-only"
77
repository = "https://github.com/hove-io/transit_model/transit_model_python"
88
keywords = ["ntfs", "gtfs", "netex", "navitia", "transit"]
99
categories = ["data-structures", "encoding", "parser-implementations"]
10+
readme = "python_README.md"
1011

1112
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1213
[lib]

0 commit comments

Comments
 (0)