From fa5c168a3cd622c00ebe89a5f425ee4a9de7f093 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 30 Aug 2024 15:25:22 -0700 Subject: [PATCH] Fix version and use hatchling --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b8f0b4..eea3f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ocrmypdf-easyocr" -version = "0.2.0" +version = "0.2.1" description = "Plugin to run OCRmyPDF with the EasyOCR engine" authors = [{ name = "James R. Barlow", email = "james@purplerock.ca" }] dependencies = [ @@ -29,8 +29,8 @@ Homepage = "https://github.com/ocrmypdf/OCRmyPDF-EasyOCR" Repository = "https://github.com/ocrmypdf/OCRmyPDF-EasyOCR.git" [build-system] -requires = ["setuptools"] -build-backend = "setuptools.build_meta" +requires = ["hatchling"] +build-backend = "hatchling.build" [tool.setuptools.package-data] ocrmypdf_easyocr = ["pdf.ttf", "py.typed"]