plover_stenograph_usb/setup.py
2018-02-26 22:27:07 -05:00

10 lines
No EOL
105 B
Python

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