diff --git a/Cargo.toml b/Cargo.toml index e18ae94..c980c30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/CocoRoF/playwLeft" diff --git a/pyproject.toml b/pyproject.toml index 11a163c..162a321 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "playwleft" -version = "0.1.0" +version = "0.1.1" description = "Agent-first browser automation toolkit — Playwright alternative built in Rust" readme = "README.md" license = "Apache-2.0" @@ -49,6 +49,7 @@ manifest-path = "crates/python/Cargo.toml" module-name = "playwleft._core" python-source = "python" features = ["pyo3/extension-module"] +include = ["LICENSE", "README.md"] [tool.ruff] line-length = 120