Skip to content

Commit f145e08

Browse files
committed
working on benchmarking
1 parent 59a5efe commit f145e08

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

microbiorust-py/asv.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -12,7 +12,7 @@
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
},

microbiorust-py/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build-backend = "maturin"
55

66
[project]
77
name = "microbiorust-py"
8+
version = "0.1.2"
89
# Valid python versions
910
requires-python = ">=3.10"
1011
classifiers = [
@@ -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"
2123
bindings = "pyo3"
22-
module-name = "microbiorust_py"
24+
module-name = "microbiorust"
2325
features = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)