From 9e925313d19640afcca989033d7cc1067f044550 Mon Sep 17 00:00:00 2001 From: ATATC Date: Tue, 12 Dec 2023 14:15:38 -0500 Subject: [PATCH] Version `0.0.5`. #10 fixed. --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65ef9550..6bef15d4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="leads", - version="0.0.4", + version="0.0.5", author="ProjectNeura", author_email="central@projectneura.org", description="Lightweight Embedded Assisted Driving System", @@ -15,5 +15,8 @@ long_description_content_type="text/markdown", url="https://github.com/ProjectNeura/LEADS", packages=find_packages(), + package_data={ + "leads_dashboard": ["_fonts/OpenSans-Regular.ttf"] + }, install_requires=["numpy"] )