-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.3.2 to publish README.md as the package description on Pypi
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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=[ | ||
|