Spaces:
Running
Running
Format setup.py so that checks pass
Browse files
setup.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
# Work-around the fact that `pip install -e .` doesn't work with `pyproject.toml` files.
|
| 2 |
from setuptools import setup
|
| 3 |
|
| 4 |
-
setup()
|
|
|
|
| 1 |
# Work-around the fact that `pip install -e .` doesn't work with `pyproject.toml` files.
|
| 2 |
from setuptools import setup
|
| 3 |
|
| 4 |
+
setup()
|