Skip to content

Commit

Permalink
Fix version and use hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Aug 30, 2024
1 parent 5ab5e12 commit fa5c168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down Expand Up @@ -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"]

0 comments on commit fa5c168

Please sign in to comment.