Skip to content

Commit 73eb0ca

Browse files
committed
Explicit package name
Avoids conflict with .DS_Store files
1 parent b5d14f0 commit 73eb0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.rst"
99
authors = ["Munim Munna <[email protected]>"]
1010
repository = "https://github.com/monim67/django-bootstrap-datepicker-plus"
1111
documentation = "https://django-bootstrap-datepicker-plus.readthedocs.io/en/latest/"
12-
packages = [{ include = "*", from = "src" }]
12+
packages = [{ include = "bootstrap_datepicker_plus", from = "src" }]
1313
license = "MIT"
1414
keywords = [
1515
"django",

0 commit comments

Comments
 (0)