Skip to content

Commit

Permalink
Version 0.0.6.
Browse files Browse the repository at this point in the history
#10 fixed.
  • Loading branch information
ATATC committed Dec 12, 2023
1 parent 9e92531 commit 5d672f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="leads",
version="0.0.5",
version="0.0.6",
author="ProjectNeura",
author_email="[email protected]",
description="Lightweight Embedded Assisted Driving System",
Expand All @@ -16,7 +16,8 @@
url="https://github.com/ProjectNeura/LEADS",
packages=find_packages(),
package_data={
"leads_dashboard": ["_fonts/OpenSans-Regular.ttf"]
"leads_dashboard": ["_font/OpenSans-Regular.ttf"]
},
include_package_data=True,
install_requires=["numpy"]
)

0 comments on commit 5d672f7

Please sign in to comment.