Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
responsibility-framing
/
sociolome
like
0
Sleeping
App
Files
Files
Community
main
sociolome
/
setup.py
Gosse Minnema
Initial commit
05922fb
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
158 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
'sftp'
,
version=
'0.0.2'
,
author=
'Guanghui Qin'
,
packages=find_packages(),
)