This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new c7d3ea26 Fix pyproject.toml project and license (#812)
c7d3ea26 is described below

commit c7d3ea266068ed7ac340af90fe490eb984f06ba9
Author: MonkeyCanCode <[email protected]>
AuthorDate: Mon Jan 20 04:25:08 2025 -0600

    Fix pyproject.toml project and license (#812)
    
    Fixes #757
---
 regtests/client/python/pyproject.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/regtests/client/python/pyproject.toml 
b/regtests/client/python/pyproject.toml
index 6875caac..a35cc677 100644
--- a/regtests/client/python/pyproject.toml
+++ b/regtests/client/python/pyproject.toml
@@ -20,12 +20,12 @@
 [tool.poetry]
 name = "polaris"
 version = "1.0.0"
-description = "Polaris Management Service"
-authors = ["OpenAPI Generator Community <[email protected]>"]
-license = "NoLicense"
+description = "Apache Polaris Management Service"
+authors = ["Apache Software Foundation <[email protected]>"]
+license = "Apache License 2.0"
 readme = "README.md"
-repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID";
-keywords = ["OpenAPI", "OpenAPI-Generator", "Polaris Management Service"]
+repository = "https://github.com/apache/polaris/";
+keywords = ["Polaris", "Polaris Management Service"]
 include = ["polaris.management/py.typed"]
 
 [tool.poetry.dependencies]

Reply via email to