From 180f70c6e89f63fe892f15a158ffa7f598f50b98 Mon Sep 17 00:00:00 2001 From: Christoph Auer <60343111+cau-git@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:43:05 +0200 Subject: [PATCH] docs: Update links, add GH repository to metadata (#1) * Add repo, absolute URLs Signed-off-by: Christoph Auer * Bump version Signed-off-by: Christoph Auer --------- Signed-off-by: Christoph Auer Co-authored-by: Christoph Auer --- README.md | 4 ++-- pyproject.toml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9e0e20a..9c4217a2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Docling + Docling

# Docling @@ -75,7 +75,7 @@ You can limit the CPU threads used by `docling` by setting the environment varia ## Contributing -Please read [Contributing to Docling](./CONTRIBUTING.md) for details. +Please read [Contributing to Docling](https://github.com/DS4SD/docling/blob/main/CONTRIBUTING.md) for details. ## References diff --git a/pyproject.toml b/pyproject.toml index a603ba14..133bb74c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,12 @@ [tool.poetry] name = "docling" -version = "0.1.0" +version = "0.1.1" description = "Docling PDF conversion package" authors = ["Christoph Auer ", "Michele Dolfi ", "Maxim Lysak ", "Nikos Livathinos ", "Ahmed Nassar ", "Peter Staar "] license = "MIT" readme = "README.md" +repository = "https://github.com/DS4SD/docling" +homepage = "https://github.com/DS4SD/docling" keywords= ["docling", "convert", "document", "pdf", "layout model", "segmentation", "table structure", "table former"] classifiers = [ "License :: OSI Approved :: MIT License",