Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
recursive-include gradio/templates *
recursive-include gradio/test_data *
include gradio/version.txt
recursive-include test/test_files *
include gradio/version.txt
include requirements.txt
include test/requirements.txt
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pbsds can you let me know if you need the test requirements?

Copy link
Copy Markdown
Contributor

@pbsds pbsds Jul 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not personally, but their inclusion is at best a kilobyte

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you!

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author="Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq, Pete Allen, Ömer Faruk Özdemir",
author_email="team@gradio.app",
url="https://github.com/gradio-app/gradio",
packages=["gradio", "gradio.test_data"],
packages=["gradio", "gradio.test_data", "test.test_files"],
license="Apache License 2.0",
keywords=["machine learning", "visualization", "reproducibility"],
install_requires=requirements,
Expand Down