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

Commit ea348ec

Browse files
committed
Packages, amirite?
1 parent c77bff3 commit ea348ec

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,15 @@ def resolve_install_requires():
3636
return ['pyOpenSSL>=0.14']
3737
return []
3838

39-
packages = ['hyper', 'hyper.http20', 'hyper.common', 'hyper.http11']
39+
packages = [
40+
'hyper',
41+
'hyper.http20',
42+
'hyper.common',
43+
'hyper.http11',
44+
'hyper.packages',
45+
'hyper.packages.hpack',
46+
'hyper.packages.hyperframe',
47+
]
4048

4149
setup(
4250
name='hyper',

0 commit comments

Comments
 (0)