Skip to content

Commit

Permalink
hotfix: pystorcli module was not being correctly deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Apr 17, 2023
1 parent 1bb2f52 commit ca421f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.6.3
=============
- Bugfix: `pystorcli` package was incomplete. (submodules were missing)

Version 0.6.2
=============

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ca421f2

Please sign in to comment.