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

Commit

Permalink
Include extra packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Apr 3, 2015
1 parent b4ca99e commit 766eef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def resolve_install_requires():
return ['pyOpenSSL>=0.14']
return []

packages = ['hyper', 'hyper.http20']
packages = ['hyper', 'hyper.http20', 'hyper.common', 'hyper.http11']

setup(
name='hyper',
Expand Down

0 comments on commit 766eef0

Please sign in to comment.