Add pywin32 to setup.py install_requires on Windows

This commit is contained in:
Labrys of Knossos 2019-03-31 11:45:04 -04:00
parent 809e642039
commit f20e1e4f0d

View file

@ -53,6 +53,9 @@ setup(
author_email='fock_wulf@hotmail.com',
url='https://github.com/clinton-hall/nzbToMedia',
packages=['core'],
install_requires=[
'pywin32;platform_system=="Windows"',
],
classifiers=[
# complete classifier list: http://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 5 - Production/Stable',