Skip to content

Commit 92638d5

Browse files
authored
fix: update project name and module name because of build failure (#9)
1 parent 1f6ec88 commit 92638d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ requires = ["poetry-core"]
66
build-backend = "poetry.core.masonry.api"
77

88
[tool.poetry]
9-
name = "supersetapiclient"
9+
name = "superset-api-client"
1010
version = "1.1.0"
1111
description = "A simple REST API Client for Apache-Superset in Python"
1212
authors = ["Shahroz Ahmad <[email protected]>"]
1313
license = "MIT"
1414
readme = "README.md"
1515
repository = "https://github.com/ishahroz/superset-python-client"
16+
packages = [
17+
{ include = "supersetapiclient" }
18+
]
1619

1720
[tool.poetry.dependencies]
1821
python = ">=3.12,<3.13"

0 commit comments

Comments
 (0)