File size: 137 Bytes
4cda727 | 1 2 3 4 5 6 7 | """Shim so older pip versions can do editable installs.
Real metadata lives in pyproject.toml."""
from setuptools import setup
setup()
|
4cda727 | 1 2 3 4 5 6 7 | """Shim so older pip versions can do editable installs.
Real metadata lives in pyproject.toml."""
from setuptools import setup
setup()
|