Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Dec 19, 2019
1 parent e804be6 commit cd2336b
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 @@ -35,7 +35,7 @@
description='Proxy connector for aiohttp',
long_description=long_description,
long_description_content_type='text/markdown',
packages=['aiohttp_socks'],
packages=['aiohttp_socks', 'aiohttp_socks.proxy'],
keywords='asyncio aiohttp socks socks5 socks4 http proxy',
install_requires=[
'aiohttp>=2.3.2',
Expand Down

0 comments on commit cd2336b

Please sign in to comment.