Skip to content

Commit a12c932

Browse files
committed
Fix layout
1 parent 61bcd41 commit a12c932

File tree

3 files changed

+2
-245
lines changed

3 files changed

+2
-245
lines changed

async_timeout.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup
55

66
here = pathlib.Path(__file__).parent
7-
fname = here / 'async_timeout.py'
7+
fname = here / 'async_timeout' / '__init__.py'
88

99
with fname.open() as fp:
1010
try:
@@ -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+
packages=['async_timeout'],
4040
setup_requires=['pytest-runner'],
4141
tests_require=['pytest', 'pytest_aiohttp'],
4242
include_package_data=False)

test_timeout.py

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)