Skip to content

Commit

Permalink
v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Sep 30, 2021
1 parent 0be44a3 commit 3bf73da
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from os import path

here = path.abspath(path.dirname(__file__))
version = '1.18.15'
version = '1.19.0'

long_des = ""
with open(path.join(here, 'README.md')) as f:
Expand All @@ -30,13 +30,12 @@
entry_points=dict(console_scripts=['meleeuploader = meleeuploader.main:main', 'smashuploader = meleeuploader.main:ult', 's64uploader = meleeuploader.main:s64', 'rivalsuploader = meleeuploader.main:rivals', 'splatoonuploader = meleeuploader.main:splatoon']),
python_requires='>= 3.7.0',
version=version,
packages=["meleeuploader"],
packages=["meleeuploader", "meleeuploader.obswebsocket"],
install_requires=[
'CacheControl',
'google-api-python-client',
'google_auth_oauthlib',
'oauth2client',
'obs-websocket-py',
'Pyforms-Lite',
"urllib3==1.23",
],
Expand Down

0 comments on commit 3bf73da

Please sign in to comment.