Skip to content

Commit

Permalink
Merge pull request #453 from rossmacarthur/exclude-tests
Browse files Browse the repository at this point in the history
Exclude tests package from dist
  • Loading branch information
davidvonthenen authored Aug 19, 2024
2 parents 5d7b655 + 3141376 commit 4f2ed8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
license="MIT",
packages=find_packages(),
packages=find_packages(exclude=["tests"]),
install_requires=[
"httpx>=0.25.2",
"websockets>=12.0",
Expand Down

0 comments on commit 4f2ed8f

Please sign in to comment.