Skip to content

Commit 0bbc97f

Browse files
committed
Fix automatic package detection
See graphql-python#11 (comment)
1 parent 79b7e7d commit 0bbc97f

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
@@ -45,7 +45,7 @@
4545
author="Syrus Akbary",
4646
author_email='me@syrusakbary.com',
4747
url='https://github.com/graphql-python/graphql-ws',
48-
packages=find_packages(include=['graphql_ws']),
48+
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
4949
include_package_data=True,
5050
install_requires=requirements,
5151
license="MIT license",

0 commit comments

Comments
 (0)