multi-presentation support in JS client, etc.
[ppt-control.git] / setup.py
index 8a032b7fc48f92005622217ac4da6ab15f061d50..d7660daea9c4645b0f978a85a3468af4353a6c61 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setuptools.setup(
     ],
     keywords='ppt-control ppt_control powerpoint ppt',
     packages=setuptools.find_packages(),
-    python_requires='>3.6',    # as of v0.0.1, OBS only supports use of Python 3.6 for scripts. Otherwise the package works fine on > 3.6.
+    python_requires='>=3.6',    # as of v0.0.1, OBS only supports use of Python 3.6 for scripts. Otherwise the package works fine on > 3.6.
     install_requires=['pywin32', 'websockets', 'pystray'],   # https://packaging.python.org/en/latest/requirements.html
     data_files=[(ppt_control.__configdir__, ['ppt-control.ini'])],
     package_data={"": ["static/*", "static/icons/*"]}