File size: 138 Bytes
91eaff6
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""
PyPi legacy support
https://setuptools.pypa.io/en/latest/userguide/quickstart.html#setup-py
"""

from setuptools import setup
setup()