Releases: Tungsteno74/pyWinhook
Releases · Tungsteno74/pyWinhook
pyWinhook
pyWinhook
- add setup()
install_requires
for pywin32 on pypi - Remove 'classifiers type' warning when build the package, by adding a list before the result of 'filter' function.
- Fix a 'missing file' error by force copying of cpyHook.py, that was raised when you trying to build from a compressed or "clean" package with pip, because the cpyHook.py file was not copied automatically from source to destination folder.
- fix
unicode error
issue that afflicts Python 3.x only. - fix issue generated by previous fix that afflicts Python 2.x only.
pyWinhook
- Add Python 3 support
pyWinhook
- Change the package name from pyHook to pyWinhook.
- Update setup.py distutils import to setuptools, since this fix the compiling step with latest versions of visual studio compilers.
- Change the package files/folders arrangment to as expected in the python default one.