dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
242 stars 73 forks source link

Added setup.cfg option to make bdist_wheel create a universal wheel. #79

Closed dwvisser closed 4 years ago

dwvisser commented 4 years ago

My project using inotify just upgraded to Python 3. Your documentation states Python 3 compatibility, but the wheel file on PyPI is only targeted at Python 2, leaving installing from the source distribution as the only option for Python 3 developers.

The simple change here coerces your build script into generating a wheel file that will work for both Python 2 and Python 3.