htmltofasthtml / pyproject.toml
artydev's picture
deploy at 2024-08-30 23:55:04.515882
57b35b1 verified
raw
history blame contribute delete
785 Bytes
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "fasthtml-hf"
version = "0.1.4"
description = "Huggingface deployment for FastHTML"
readme = "README.md"
license = { file = "LICENSE" }
authors = [
{ name = "Jeremy Howard", email = "[email protected]" },
{ name = "Freddy Boulton", email = "[email protected]" }
]
requires-python = ">=3.7, <4"
dependencies = [ "fastcore", "huggingface-hub" ]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License"
]
[project.urls]
"Homepage" = "https://github.com/AnswerDotAI/fasthtml-hf"
[project.entry-points.console_scripts]
fh_hf_deploy = "fasthtml_hf:deploy"