Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AItool
/
home-fasthtml
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e413e39
home-fasthtml
/
setup.py
AItool
Create setup.py
be53904
verified
11 days ago
raw
Copy download link
history
blame
Safe
184 Bytes
# setup.py
from
setuptools
import
setup, find_packages
setup(
name=
"python-fasthtml"
,
version=
"0.1.0"
,
package_dir={
""
:
"src"
},
packages=find_packages(where=
"src"
),
)