Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Syzygianinfern0
/
NeuS-V
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3fe0a2e
NeuS-V
/
setup.py
Syzygianinfern0
Add refactored codebase
8d3e73e
7 months ago
raw
Copy download link
history
blame
Safe
122 Bytes
from
setuptools
import
find_packages, setup
setup(
name=
"NeuS-V"
,
version=
"0.1"
,
packages=find_packages(),
)