Skip to content

Commit d46f6bd

Browse files
committed
Ensure graphql_ws submodules are installed
1 parent 2ce92ac commit d46f6bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
author="Syrus Akbary",
3838
author_email='me@syrusakbary.com',
3939
url='https://github.com/graphql-python/graphql-ws',
40-
packages=find_packages(include=['graphql_ws']),
40+
packages=find_packages(include=['graphql_ws', 'graphql_ws.*']),
4141
include_package_data=True,
4242
install_requires=requirements,
4343
license="MIT license",

0 commit comments

Comments
 (0)