Skip to content

Commit

Permalink
remove tests from distributions (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch authored Nov 1, 2024
1 parent b12f32d commit 6f4c450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
recursive-include streamlit_searchbox/frontend/build *
recursive-exclude tests *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
+ "and provides a list of suggestions based on a provided function",
long_description_content_type="text/plain",
url="https://github.com/m-wrzr/streamlit-searchbox",
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=("tests",)),
include_package_data=True,
classifiers=[],
python_requires=">=3.9, !=3.9.7",
Expand Down

0 comments on commit 6f4c450

Please sign in to comment.