File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11dist /
2+ py-dist /
3+
24www /
35loader /
46
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-hstore-widget"
3- version = " 0.0.16 "
3+ version = " 0.0.17 "
44description = " Human friendly HStoreWidget. Continual of django-admin-hstore-widget."
55authors = [
66 " baseplate-admin <61817579+baseplate-admin@users.noreply.github.com>" ,
@@ -11,8 +11,17 @@ maintainers = [
1111]
1212readme = " README.md"
1313license = " MIT"
14- include = [" ./src/django_hstore_widget/**/django_hstore_widget/*.js" , " LICENSE" ]
15- packages = [{ include = " django_hstore_widget" , from = ' src' }]
14+ include = [
15+ { path = " src/django_hstore_widget/static/admin/js/django_hstore_widget/*.js" , format = [
16+ " sdist" ,
17+ " wheel" ,
18+ ] },
19+ { path = " LICENSE" , format = [
20+ " sdist" ,
21+ " wheel" ,
22+ ] },
23+ ]
24+ packages = [{ include = " django_hstore_widget" , from = " src" }]
1625classifiers = [
1726 " Development Status :: 5 - Production/Stable" ,
1827 " Framework :: Django" ,
@@ -34,7 +43,6 @@ classifiers = [
3443 " Programming Language :: Python :: 3.11" ,
3544 " Programming Language :: Python :: 3.12" ,
3645 " Programming Language :: Python :: 3.13" ,
37-
3846]
3947
4048[tool .poetry .urls ]
@@ -46,7 +54,6 @@ classifiers = [
4654python = " >=3.8"
4755django = " *"
4856
49-
5057[tool .poetry .group .test .dependencies ]
5158pytest = " ^8.0.1"
5259pytest-django = " ^4.8.0"
You can’t perform that action at this time.
0 commit comments