Skip to content

Commit

Permalink
Package bundling issue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinesh03 committed Oct 11, 2024
1 parent 98d9140 commit 3457e34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
File renamed without changes.
12 changes: 0 additions & 12 deletions setup.cfg

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='appsync_ws_client',
version='0.1.0',
version='0.1.1',
packages=find_packages(),
install_requires=[
'websocket-client',
Expand All @@ -25,5 +25,5 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
],
python_requires='>=3.6',
python_requires='>=3.9',
)

0 comments on commit 3457e34

Please sign in to comment.