We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6ec88 commit 92638d5Copy full SHA for 92638d5
pyproject.toml
@@ -6,13 +6,16 @@ requires = ["poetry-core"]
6
build-backend = "poetry.core.masonry.api"
7
8
[tool.poetry]
9
-name = "supersetapiclient"
+name = "superset-api-client"
10
version = "1.1.0"
11
description = "A simple REST API Client for Apache-Superset in Python"
12
authors = ["Shahroz Ahmad <[email protected]>"]
13
license = "MIT"
14
readme = "README.md"
15
repository = "https://github.com/ishahroz/superset-python-client"
16
+packages = [
17
+ { include = "supersetapiclient" }
18
+]
19
20
[tool.poetry.dependencies]
21
python = ">=3.12,<3.13"
0 commit comments