Reaname directory to remove apersand (&)

This commit is contained in:
txoof 2019-10-27 20:58:40 +01:00
commit 4160442d34
283 changed files with 0 additions and 0 deletions

View 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'],
)