File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ 0.8.1
6+ =====
7+ * fix: Package data was missing from wheel
8+
590.8.0
610=====
711* fix: Update github actions and readme by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/12
Original file line number Diff line number Diff line change 1- __version__ = "0.8.0 "
1+ __version__ = "0.8.1 "
Original file line number Diff line number Diff line change @@ -58,11 +58,16 @@ dev = [
5858]
5959
6060[project .urls ]
61- Homepage = " https://github.com/fsbraun/djangocms-rest"
62- Repository = " https://github.com/fsbraun/djangocms-rest"
61+ Homepage = " https://github.com/django-cms/djangocms-rest"
62+ Repository = " https://github.com/django-cms/djangocms-rest"
63+
64+
65+ [tool .setuptools ]
66+ include-package-data = true
6367
6468[tool .setuptools .dynamic ]
6569version = {attr = " djangocms_rest.__version__" }
6670
6771[tool .setuptools .packages .find ]
72+ where = [" ." ]
6873include = [" djangocms_rest*" ]
You can’t perform that action at this time.
0 commit comments