Skip to content

Commit a9fd352

Browse files
committed
Update pyproject.toml to also include bundles in wheel
1 parent a05c5ef commit a9fd352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

djangocms_text/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
9. Publish the release when ready
1616
10. Github actions will publish the new package to pypi
1717
"""
18-
__version__ = "0.1.1"
18+
__version__ = "0.1.2"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Homepage = "https://github.com/django-cms/djangocms-text"
5555
[tool.hatch.version]
5656
path = "djangocms_text/__init__.py"
5757

58-
[tool.hatch.build.targets.sdist]
58+
[tool.hatch.build]
5959
include = [
6060
"/djangocms_text",
6161
"/djangocms_text_ckeditor"

0 commit comments

Comments
 (0)