diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8c85f..8ea6648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Version 0.6.3 +============= +- Bugfix: `pystorcli` package was incomplete. (submodules were missing) + Version 0.6.2 ============= diff --git a/pyproject.toml b/pyproject.toml index d4552e8..689d232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,8 +2,8 @@ requires = ["setuptools", "setuptools-scm[toml]"] build-backend = "setuptools.build_meta" -[tool.setuptools] -packages = ['pystorcli', 'pystorcli2', 'pystorcli2.bin'] +[tool.setuptools.packages.find] +include = ["pystorcli*"] [tool.setuptools_scm] write_to = "pystorcli2/version.py"