textgraphs / setup.py
Paco Nathan
A new start
91eaff6
raw
history blame contribute delete
138 Bytes
"""
PyPi legacy support
https://setuptools.pypa.io/en/latest/userguide/quickstart.html#setup-py
"""
from setuptools import setup
setup()