mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
Add pywin32 to setup.py install_requires on Windows
This commit is contained in:
parent
809e642039
commit
f20e1e4f0d
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue