Skip to content

Commit

Permalink
Bind pyproject.toml to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Dec 5, 2024
1 parent 3e11c45 commit e3827ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pySupersetCli"
version = "1.0.1"
version = "1.0.2"
description = "CLI tool for easy usage of the Superset API."
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -45,3 +45,6 @@ pySupersetCli = "pySupersetCli.__main__:main"
pythonpath = [
"src"
]

[tool.setuptools.package-data]
pySupersetCli = ["pyproject.toml"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ license_files = LICENSE
classifiers =
License :: OSI Approved :: BSD 3-Clause
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
project_urls =
Documentation = https://github.com/NewTec-GmbH/pySupersetCli
Source = https://github.com/NewTec-GmbH/pySupersetCli
Expand Down

0 comments on commit e3827ad

Please sign in to comment.