From a30d0362143372b9b2d5b7f1919aa9d4d48a95d8 Mon Sep 17 00:00:00 2001 From: CocoRoF Date: Tue, 24 Mar 2026 13:38:18 +0900 Subject: [PATCH] fix: Include LICENSE in sdist and bump version to 0.1.1 --- Cargo.toml | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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