Skip to content

Commit

Permalink
fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoSaverioZuppichini committed Nov 21, 2022
1 parent f4190cb commit 2dc8007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

setup(
name="my-spaces",
description="Self Host Hugging Face Spaces",
version="0.0.1",
packages=find_packages(include=["my_spaces", "my_spaces.*"]),
install_requires=["jinja2", "typer[all]", "docker"],
Expand Down

0 comments on commit 2dc8007

Please sign in to comment.