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]