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

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CharAct3 committed Feb 1, 2019
1 parent cf1861d commit c6e53c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def get_version():
regex = r"__version__\s=\s\'(?P<version>[\d\.ab]+?)\'"

path = 'aiocassandra.py'
path = 'aiocassandra/session.py'

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

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

0 comments on commit c6e53c9

Please sign in to comment.