File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "version" : 1 ,
3- "project" : " microbiorust-py " ,
3+ "project" : " microbiorust" ,
44 "project_url" : " https://github.com/LCrossman/microBioRust/microbiorust-py" ,
55
66 // MONOREPO SETTINGS
1212 // BUILD SETTINGS
1313 // This creates a virtualenv for every test
1414 "environment_type" : " virtualenv" ,
15- "pythons" : [" 3.11 " ],
15+ "pythons" : [" 3.14 " ],
1616 "matrix" : {
1717 "req" : {}
1818 },
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ build-backend = "maturin"
55
66[project ]
77name = " microbiorust-py"
8+ version = " 0.1.2"
89# Valid python versions
910requires-python = " >=3.10"
1011classifiers = [
@@ -18,6 +19,7 @@ dependencies = []
1819
1920# This tells Python to look at Cargo.toml for the version number.
2021[tool .maturin ]
22+ manifest-path = " Cargo.toml"
2123bindings = " pyo3"
22- module-name = " microbiorust_py "
24+ module-name = " microbiorust "
2325features = [" pyo3/extension-module" ]
You can’t perform that action at this time.
0 commit comments