diff --git a/pyproject.toml b/pyproject.toml index 40848f6..f419e16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,16 +14,10 @@ classifiers = [ description = "Rialto is a framework for building and deploying machine learning features in a scalable and reusable way. It provides a set of tools that make it easy to define and deploy features and models, and it provides a way to orchestrate the execution of these features and models." authors = ["Marek Dobransky ", "Vladislav Vancak "] -[project] -name = "rialto" readme = "README.md" -description = "Rialto is a framework for building and deploying machine learning features in a scalable and reusable way. It provides a set of tools that make it easy to define and deploy features and models, and it provides a way to orchestrate the execution of these features and models." -authors = ["Marek Dobransky ", "Vladislav Vancak "] keywords = ["feature", "featureslib", "featuremaker", "metadata", "featureloader", "loader"] - -[project.urls] -Documentation = "https://absaoss.github.io/rialto/" -Repository = "https://github.com/AbsaOSS/rialto" +documentation = "https://absaoss.github.io/rialto/" +repository = "https://github.com/AbsaOSS/rialto" [tool.poetry.dependencies] python = ">=3.10,<4.0"