diff --git a/setup.py b/setup.py index c52eb4e0..f71108df 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='bcml', - version='0.9', + version='0.95', author='NiceneNerd', author_email='macadamiadaze@gmail.com', description='A mod manager for The Legend of Zelda: Breath of the Wild on Cemu', @@ -22,10 +22,10 @@ classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', - 'Operating System :: Windows', + 'Operating System :: Microsoft :: Windows', 'Programming Language :: Python :: 3 :: Only' ], - python_requires='>=3.7', + python_requires='>=3.6', install_requires=[ 'sarc', 'rstb',