diff --git a/superset-core/pyproject.toml b/superset-core/pyproject.toml index 57dfb231ade..1796b694153 100644 --- a/superset-core/pyproject.toml +++ b/superset-core/pyproject.toml @@ -18,20 +18,20 @@ [project] name = "apache-superset-core" -version = "0.1.0rc1" +version = "0.1.0rc2" description = "Core Python package for building Apache Superset backend extensions and integrations" readme = "README.md" authors = [ { name = "Apache Software Foundation", email = "dev@superset.apache.org" }, ] -license = { file="LICENSE.txt" } +license = "Apache-2.0" +license-files = ["LICENSE.txt"] requires-python = ">=3.10" keywords = ["superset", "apache", "analytics", "business-intelligence", "extensions", "visualization"] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", diff --git a/superset-extensions-cli/pyproject.toml b/superset-extensions-cli/pyproject.toml index 8f853a86e36..55261c841ab 100644 --- a/superset-extensions-cli/pyproject.toml +++ b/superset-extensions-cli/pyproject.toml @@ -23,14 +23,14 @@ readme = "README.md" authors = [ { name = "Apache Software Foundation", email = "dev@superset.apache.org" }, ] -license = { file="LICENSE.txt" } +license = "Apache-2.0" +license-files = ["LICENSE.txt"] requires-python = ">=3.10" keywords = ["superset", "apache", "cli", "extensions", "analytics", "business-intelligence", "development-tools"] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", - "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index bb8a6ec6d0a..6541092670e 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -51071,8 +51071,8 @@ }, "packages/superset-core": { "name": "@apache-superset/core", - "version": "0.1.0-rc1", - "license": "ISC", + "version": "0.1.0-rc2", + "license": "Apache-2.0", "devDependencies": { "@babel/cli": "^7.28.6", "@babel/core": "^7.29.0", diff --git a/superset-frontend/packages/superset-core/package.json b/superset-frontend/packages/superset-core/package.json index ced523764ce..1ccf3616b81 100644 --- a/superset-frontend/packages/superset-core/package.json +++ b/superset-frontend/packages/superset-core/package.json @@ -1,6 +1,6 @@ { "name": "@apache-superset/core", - "version": "0.1.0-rc1", + "version": "0.1.0-rc2", "description": "This package contains UI elements, APIs, and utility functions used by Superset.", "sideEffects": false, "main": "lib/index.js", @@ -70,8 +70,8 @@ "files": [ "lib" ], - "author": "", - "license": "ISC", + "author": "Apache Software Foundation", + "license": "Apache-2.0", "devDependencies": { "@babel/cli": "^7.28.6", "@babel/core": "^7.29.0",