File size: 127 Bytes
6c5df21
 
 
21daf3d
1
2
3
4
5
# Work-around the fact that `pip install -e .` doesn't work with `pyproject.toml` files.
from setuptools import setup

setup()