code-crawler / setup.py
juliaturc's picture
Format setup.py so that checks pass
21daf3d
raw
history blame
127 Bytes
# Work-around the fact that `pip install -e .` doesn't work with `pyproject.toml` files.
from setuptools import setup
setup()