plover_stenograph_usb/setup.py
Ilkka Pohjalainen 92e97ab880 Add try-catch for USB device set_configuration()
Needs to be added in order to get access denied erro when
sufficient permissions. Affects Linux platform.
2019-08-02 17:18:19 +03:00

10 lines
No EOL
105 B
Python
Executable file

#!/usr/bin/env python3
__requires__ = '''
setuptools>=34.4.0
'''
from setuptools import setup
setup()