diff --git a/setup.py b/setup.py index 0c8f1dc..c0e3ffe 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with codecs.open(os.path.join(here, "README.md"), 'r', encoding="utf-8") as fh: long_description = "\n" + fh.read() -VERSION = '1.8.5' +VERSION = '1.8.6' DESCRIPTION = 'A python script that syncs user watchlist, ratings and reviews for Movies, TV Shows and Episodes both ways between Trakt and IMDB.' # Setting up @@ -23,7 +23,7 @@ long_description=long_description, url="https://github.com/RileyXX/IMDB-Trakt-Syncer", packages=find_packages(), - install_requires=['requests', 'feedparser', 'selenium'], + install_requires=['requests', 'feedparser', 'selenium', 'setuptools'], keywords=['python', 'video', 'trakt', 'imdb', 'ratings', 'sync', 'movies', 'tv shows'], classifiers=[ "Development Status :: 5 - Production/Stable",