Skip to content

Commit

Permalink
Version 0.0.5.
Browse files Browse the repository at this point in the history
#10 fixed.
  • Loading branch information
ATATC committed Dec 12, 2023
1 parent 3b58d0c commit 9e92531
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"]
)

0 comments on commit 9e92531

Please sign in to comment.