We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b7e7d commit 0bbc97fCopy full SHA for 0bbc97f
setup.py
@@ -45,7 +45,7 @@
45
author="Syrus Akbary",
46
author_email='[email protected]',
47
url='https://github.com/graphql-python/graphql-ws',
48
- packages=find_packages(include=['graphql_ws']),
+ packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
49
include_package_data=True,
50
install_requires=requirements,
51
license="MIT license",
0 commit comments