From 552e1bdf96349e8f274889989f339314f164ad71 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Thu, 28 Sep 2023 17:17:01 +0200 Subject: [PATCH] Added some metadata to the package (#144) Filled out the mainter section. Added a new description. Added the path to the repo to the package. Added the path to the documentation. Co-authored-by: KM-R <129882581+KM-R@users.noreply.github.com> Co-authored-by: Tristan Nolde --- pyproject.toml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d71e9b2..b240d49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,10 +28,24 @@ warn_unused_ignores = false [tool.poetry] authors = ["AKI Projektgruppe 23"] -description = "A project analysing the german transparenzregister and other data sources to find shared business interests and shared personal and other links for lots of companies." +classifiers = [] +description = "Data Integration, Extraction, and Visualization using Text Mining and AI to reveal valuable insights, hidden patterns, and gain a deeper understanding of the business landscape of german companies." +documentation = "https://cuddly-waffle-r416zgy.pages.github.io/" +homepage = "https://cuddly-waffle-r416zgy.pages.github.io/" +keywords = ["deutschland", "economy", "transparenzregister", "dataintegration", "handelsregister"] + +maintainers = [ + "Philipp Horstenkamp ", + "Tristan Nolde ", + "Sebastian Zeleny ", + "Kim Mesewinkel-Risse", + "Tim Ronneburg", + "Sascha Zhu " +] name = "aki-prj23-transparenzregister" packages = [{ include = "aki_prj23_transparenzregister", from = "src" }] readme = "README.md" +repository = "https://github.com/fhswf/aki_prj23_transparenzregister" version = "0.1.0" [tool.poetry.dependencies]