@ -3,7 +3,7 @@ use std::process::Command;
fn main() {
// Path to your Python script
let python_script = "src/kernel.py";
let python_script = "src/python/kernel.py";
let python_executable = if Path::new(".venv").exists() {
if cfg!(windows) {
@ -13,3 +13,6 @@ dependencies = [
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/python"]