Skip to content

Commit

Permalink
Merge pull request #6 from AbsaOSS/Release/1.3.1
Browse files Browse the repository at this point in the history
pypi deployment metadata
  • Loading branch information
MDobransky authored Jul 15, 2024
2 parents 09f950f + 12426cf commit a48165c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>", "Vladislav Vancak <[email protected]>"]

[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 <[email protected]>", "Vladislav Vancak <[email protected]>"]
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"
Expand Down

0 comments on commit a48165c

Please sign in to comment.