Skip to content

Commit 725c473

Browse files
EmersonDoveploeber
authored andcommitted
don't bundle tests on publish
1 parent 6faffb1 commit 725c473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get_version() -> str:
1818
description="AssemblyAI Python SDK",
1919
author="AssemblyAI",
2020
author_email="[email protected]",
21-
packages=find_packages(),
21+
packages=find_packages(exclude=["tests", "tests.*"]),
2222
install_requires=[
2323
"httpx>=0.19.0",
2424
"pydantic>=1.7.0,!=1.10.7",

0 commit comments

Comments
 (0)