Distribute gradio.test_data on pypi (#1706)

This commit is contained in:
Peder Bergebakken Sundt 2022-07-05 10:28:59 +02:00 committed by GitHub
parent 8f89270f50
commit 745e69d75c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
recursive-include gradio/templates *
recursive-include gradio/test_data *
include gradio/version.txt

View File

@ -28,7 +28,7 @@ setup(
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"],
packages=["gradio", "gradio.test_data"],
license="Apache License 2.0",
keywords=["machine learning", "visualization", "reproducibility"],
install_requires=requirements,