mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
fix: apache-superset-extensions-cli exported files (#34990)
This commit is contained in:
committed by
GitHub
parent
0a75bac2a1
commit
b7a193d53e
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "apache-superset-extensions-cli"
|
name = "apache-superset-extensions-cli"
|
||||||
version = "0.0.1rc1"
|
version = "0.0.1rc2"
|
||||||
description = "Official command-line interface for building, bundling, and managing Apache Superset extensions"
|
description = "Official command-line interface for building, bundling, and managing Apache Superset extensions"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
@@ -71,8 +71,14 @@ requires = ["setuptools>=76.0.0", "wheel"]
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = ["superset_extensions_cli"]
|
|
||||||
package-dir = { "" = "src" }
|
package-dir = { "" = "src" }
|
||||||
|
include-package-data = true
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
where = ["src"]
|
||||||
|
|
||||||
|
[tool.setuptools.package-data]
|
||||||
|
superset_extensions_cli = ["templates/**/*"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
superset-extensions = "superset_extensions_cli.cli:app"
|
superset-extensions = "superset_extensions_cli.cli:app"
|
||||||
|
|||||||
Reference in New Issue
Block a user