Skip to content

Commit 05a80f0

Browse files
committed
fix package data
1 parent 1f794e1 commit 05a80f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/titiler/core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
url="https://github.com/developmentseed/titiler",
4444
license="MIT",
4545
packages=find_namespace_packages(exclude=["tests*"]),
46-
package_data={"titiler": ["core/templates/*.xml"]},
46+
package_data={"titiler": ["core/templates/*.xml", "core/templates/*.html"]},
4747
include_package_data=True,
4848
zip_safe=False,
4949
install_requires=inst_reqs,

0 commit comments

Comments
 (0)