diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b7e31a6..31bcd74 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ -/rialto/ @MDobransky /@vvancak +/rialto/ @MDobransky +/rialto /@vvancak diff --git a/pyproject.toml b/pyproject.toml index bd95562..40848f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,8 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ] +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"