Bump to version 0.0.38 with requirement pywin32.
Because winwhich requires it and I thought winshell was enough.
This commit is contained in:
parent
7ab395c9f6
commit
c6ac312e7e
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -3,10 +3,10 @@ import setuptools
|
|||
setuptools.setup(
|
||||
name='voussoirkit',
|
||||
packages=setuptools.find_packages(),
|
||||
version='0.0.37',
|
||||
version='0.0.38',
|
||||
author='voussoir',
|
||||
author_email='ethan@voussoir.net',
|
||||
description='voussoir\'s toolkit',
|
||||
url='https://github.com/voussoir/voussoirkit',
|
||||
install_requires=['pyperclip', 'winshell']
|
||||
install_requires=['pyperclip', 'pywin32', 'winshell']
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue