Add package_data to to setup() call in setup.py (#347)

Specify all HTML files under templates folder
to be included as package data files.
This commit is contained in:
KV 2024-05-16 16:22:19 +02:00 committed by Daniel Rojas
parent 98e103a0af
commit 50b190113b

View File

@ -28,6 +28,7 @@ setup(
keywords="cable connector hardware harness wiring wiring-diagram wiring-harness",
url=APP_URL,
package_dir={"": "src"},
package_data={CMD_NAME: ["templates/*.html"]},
packages=find_packages("src"),
entry_points={
"console_scripts": [