2020-12-10

This commit is contained in:
hnwangkg-ezio 2020-12-11 14:36:30 +08:00
parent 751a9fb93f
commit 04d4621789
493 changed files with 128794 additions and 677 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'],
)