Skip to content

Commit

Permalink
v1.3.2 to publish README.md as the package description on Pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
leolivier committed Sep 14, 2024
1 parent 8996ff5 commit df0bc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "hatchling.build"

[project]
name = "auto-po-lyglot"
version = "1.3.1"
version = "1.3.2"
#dynamic = ["version"]
authors = [
{ name="Olivier LEVILLAIN", email="[email protected]" },
]
description = "A Python package to translate po files using LLMs. Implements ChatGPT, Claude, Gemini, Grok and Ollama clients. (Note: Grok implemented but not tested yet as Grok API is not yet available in my country). Uses a 1rst manual translation for desambiguating short PO pieces of sentences."
# description = "A Python package to translate po files using LLMs. Implements ChatGPT, Claude, Gemini, Grok and Ollama clients. (Note: Grok implemented but not tested yet as Grok API is not yet available in my country). Uses a 1rst manual translation for desambiguating short PO pieces of sentences."
readme = "README.md"
requires-python = ">=3.10"
dependencies=[
Expand Down

0 comments on commit df0bc0c

Please sign in to comment.