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

Commit 87335d0

Browse files
committed
Include subpackages.
1 parent 61f821b commit 87335d0

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
@@ -25,7 +25,7 @@
2525
os.system('python setup.py sdist upload')
2626
sys.exit()
2727

28-
packages = ['hyper']
28+
packages = ['hyper', 'hyper.http20']
2929

3030
setup(
3131
name='hyper',

0 commit comments

Comments
 (0)