Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liruiw
/
hma
like
2
Running
on
Zero
App
Files
Files
Community
1
271be34
hma
/
setup.py
LeroyWaa
draft
246c106
about 1 month ago
raw
Copy download link
history
blame
Safe
175 Bytes
from
setuptools
import
find_packages, setup
setup(
name=
"onexgpt"
,
version=
"1.1"
,
packages=find_packages(include=[
'genie'
,
'magvit2'
,
'genie.*'
,
'magvit2.*'
]),
)