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.5
1 parent 3b58d0c commit 9e92531Copy full SHA for 9e92531
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="leads",
9
- version="0.0.4",
+ version="0.0.5",
10
author="ProjectNeura",
11
author_email="[email protected]",
12
description="Lightweight Embedded Assisted Driving System",
@@ -15,5 +15,8 @@
15
long_description_content_type="text/markdown",
16
url="https://github.com/ProjectNeura/LEADS",
17
packages=find_packages(),
18
+ package_data={
19
+ "leads_dashboard": ["_fonts/OpenSans-Regular.ttf"]
20
+ },
21
install_requires=["numpy"]
22
)
0 commit comments