Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 766eef0

Browse files
committed
Include extra packages.
1 parent b4ca99e commit 766eef0

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
@@ -36,7 +36,7 @@ def resolve_install_requires():
3636
return ['pyOpenSSL>=0.14']
3737
return []
3838

39-
packages = ['hyper', 'hyper.http20']
39+
packages = ['hyper', 'hyper.http20', 'hyper.common', 'hyper.http11']
4040

4141
setup(
4242
name='hyper',

0 commit comments

Comments
 (0)