2020-12-10
This commit is contained in:
parent
751a9fb93f
commit
04d4621789
493 changed files with 128794 additions and 677 deletions
10
RaspberryPi_JetsonNano/python/setup.py
Normal file
10
RaspberryPi_JetsonNano/python/setup.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
import sys
|
||||
from setuptools import setup
|
||||
setup(
|
||||
name='waveshare-epd',
|
||||
description='Waveshare e-Paper Display',
|
||||
author='Waveshare',
|
||||
package_dir={'': 'lib'},
|
||||
packages=['waveshare_epd'],
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue