Skip to content

Commit 61bcd41

Browse files
committed
Fix setup.py
1 parent 44610a3 commit 61bcd41

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
@@ -36,7 +36,7 @@ def read(name):
3636
author_email='[email protected]',
3737
url='https://github.com/aio-libs/async_timeout/',
3838
license='Apache 2',
39-
py_modules='asyncio_timeout',
39+
py_modules=['asyncio_timeout'],
4040
setup_requires=['pytest-runner'],
4141
tests_require=['pytest', 'pytest_aiohttp'],
4242
include_package_data=False)

0 commit comments

Comments
 (0)