diff --git a/pyproject.toml b/pyproject.toml index e766b97..6476769 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -45,3 +45,6 @@ pySupersetCli = "pySupersetCli.__main__:main" pythonpath = [ "src" ] + +[tool.setuptools.package-data] +pySupersetCli = ["pyproject.toml"] diff --git a/setup.cfg b/setup.cfg index cc6a85b..5aeeb35 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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