sadpandajoe commented on code in PR #43022: URL: https://github.com/apache/superset/pull/43022#discussion_r3820765549
########## pyproject.toml: ########## @@ -20,8 +20,8 @@ requires = ["setuptools>=40.9.0", "wheel"] build-backend = "setuptools.build_meta" [project] -name = "apache_superset" -description = "A modern, enterprise-ready business intelligence web application" +name = "plataforma_apache_superset" Review Comment: Renaming the distribution means installs and dependency resolution no longer refer to the published `apache-superset` package; for example, an extra that depends on it can resolve a second released copy alongside this build. Should this keep the established project name and limit the translation change to its catalogs? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
