Asib27's picture
try 1
065fee7 verified
raw
history blame
170 Bytes
"""
This setup script only exists to support legacy installations where pip
is cumbersome be used such as for system packages.
"""
from setuptools import setup
setup()