Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
build(deps): include playground in wheel distributions (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
peakji authored Mar 26, 2023
1 parent 89885a5 commit bbd711a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
graft basaran/static
graft basaran/templates
global-exclude *.pyc
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
author_email="[email protected]",
license="MIT",
packages=find_packages(),
include_package_data=True,
python_requires=">=3.8.0",
install_requires=["torch", "transformers"],
keywords=["api", "gpt", "huggingface", "nlp", "openai", "transformer"],
install_requires=["flask", "torch", "transformers", "waitress"],
keywords=["api", "huggingface", "nlp", "openai", "transformer"],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit bbd711a

Please sign in to comment.