Reaname directory to remove apersand (&)
This commit is contained in:
parent
702def06bc
commit
4160442d34
283 changed files with 0 additions and 0 deletions
10
RaspberryPi_and_JetsonNano/python/setup.py
Normal file
10
RaspberryPi_and_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