Skip to content

Commit

Permalink
Use explicit package name
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 25, 2015
1 parent a339ffe commit 55f9954
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 @@ -95,7 +95,7 @@ def run(self):
author_email='[email protected]',
url='https://github.com/KeepSafe/aiohttp/',
license='Apache 2',
packages=find_packages(),
packages=['aiohttp'],
install_requires=install_requires,
tests_require=tests_require,
include_package_data=True,
Expand Down

0 comments on commit 55f9954

Please sign in to comment.