Files

11 lines
205 B
Python
Raw Permalink Normal View History

2026-05-07 16:28:08 -07:00
import sys
from setuptools import setup
setup(
name='waveshare-ETP',
description='Waveshare e-Paper Touch Display',
author='Waveshare',
package_dir={'': 'lib'},
packages=['TP_lib'],
)