Fix python publishing

This commit is contained in:
Andras Schmelczer 2026-03-12 07:41:25 +00:00
parent 6aa7ebf29d
commit 40b18721ad
4 changed files with 72 additions and 22 deletions

View file

@ -6,7 +6,7 @@ build-backend = "maturin"
name = "reconcile-text"
version = "0.9.2"
description = "Intelligent 3-way text merging with automated conflict resolution"
readme = "../README.md"
readme = "README.md"
license = { text = "MIT" }
authors = [{ name = "Andras Schmelczer", email = "andras@schmelczer.dev" }]
requires-python = ">=3.9"