Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Commit c6e53c9

Browse files
committed
Update setup.py
1 parent cf1861d commit c6e53c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
def get_version():
1212
regex = r"__version__\s=\s\'(?P<version>[\d\.ab]+?)\'"
1313

14-
path = 'aiocassandra.py'
14+
path = 'aiocassandra/session.py'
1515

1616
return re.search(regex, read(path)).group('version')
1717

@@ -35,7 +35,7 @@ def read(*parts):
3535
setup_requires=['pytest-runner'] if needs_pytest else [],
3636
tests_require=['pytest', 'pytest-asyncio', 'pytest-cov'],
3737
python_requires='>=3.4.0',
38-
py_modules=['aiocassandra'],
38+
packages=['aiocassandra'],
3939
zip_safe=False,
4040
classifiers=[
4141
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)