Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iroy99
/
dataset-tool
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
431f993
dataset-tool
/
setup.py
iaroy
Deploy full application code
fdc5d7a
3 months ago
raw
Copy download link
history
blame
Safe
163 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
"collinear-tool"
,
version=
"0.1.0"
,
packages=find_packages(),
include_package_data=
True
,
)