Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pypi deployment metadata #6

Merged
merged 1 commit into from
Jul 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading