Skip to content

Commit

Permalink
Update pyproject.toml to also include bundles in wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Apr 9, 2024
1 parent a05c5ef commit a9fd352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djangocms_text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
9. Publish the release when ready
10. Github actions will publish the new package to pypi
"""
__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Homepage = "https://github.com/django-cms/djangocms-text"
[tool.hatch.version]
path = "djangocms_text/__init__.py"

[tool.hatch.build.targets.sdist]
[tool.hatch.build]
include = [
"/djangocms_text",
"/djangocms_text_ckeditor"
Expand Down

0 comments on commit a9fd352

Please sign in to comment.