File size: 170 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 |
"""
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()
|
065fee7 |
1 2 3 4 5 6 7 8 9 |
"""
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()
|