6 lines
114 B
Python
6 lines
114 B
Python
"""Compatibility shim for tooling that still invokes setup.py directly."""
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|