Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Asish22
/
code-crawler
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
201ecae
code-crawler
/
setup.py
juliaturc
Format setup.py so that checks pass
21daf3d
over 1 year ago
raw
Copy download link
history
blame
127 Bytes
# Work-around the fact that `pip install -e .` doesn't work with `pyproject.toml` files.
from
setuptools
import
setup
setup()