We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.0.6
1 parent 9e92531 commit 5d672f7Copy full SHA for 5d672f7
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="leads",
9
- version="0.0.5",
+ version="0.0.6",
10
author="ProjectNeura",
11
author_email="[email protected]",
12
description="Lightweight Embedded Assisted Driving System",
@@ -16,7 +16,8 @@
16
url="https://github.com/ProjectNeura/LEADS",
17
packages=find_packages(),
18
package_data={
19
- "leads_dashboard": ["_fonts/OpenSans-Regular.ttf"]
+ "leads_dashboard": ["_font/OpenSans-Regular.ttf"]
20
},
21
+ include_package_data=True,
22
install_requires=["numpy"]
23
)
0 commit comments