Skip to content

Commit 21a3bcd

Browse files
Add (#157)
Release 0.0.17
1 parent f6f3f7a commit 21a3bcd

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
dist/
2+
py-dist/
3+
24
www/
35
loader/
46

pyproject.toml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-hstore-widget"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
description = "Human friendly HStoreWidget. Continual of django-admin-hstore-widget."
55
authors = [
66
"baseplate-admin <61817579+baseplate-admin@users.noreply.github.com>",
@@ -11,8 +11,17 @@ maintainers = [
1111
]
1212
readme = "README.md"
1313
license = "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" }]
1625
classifiers = [
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 = [
4654
python = ">=3.8"
4755
django = "*"
4856

49-
5057
[tool.poetry.group.test.dependencies]
5158
pytest = "^8.0.1"
5259
pytest-django = "^4.8.0"

0 commit comments

Comments
 (0)