Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
foxxy-hm
/
e2eqa-wiki
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
28e0c1a
e2eqa-wiki
/
setup.py
foxxy-hm
add setup.py
28e0c1a
almost 2 years ago
raw
Copy download link
history
blame
Safe
216 Bytes
from
setuptools
import
find_packages, setup
setup(
name=
'src'
,
packages=find_packages(),
version=
'0.1.0'
,
description=
'Vietnamese Question Answering System'
,
author=
'Foxxy'
,
license=
'MIT'
,
)