seb-m / pyinotify

Monitoring filesystems events with inotify on Linux.
http://github.com/seb-m/pyinotify/wiki
MIT License
2.29k stars 377 forks source link

Remove duplicate license parameter #180

Open blag opened 4 years ago

blag commented 4 years ago

The Python packaging specifications indicate that the license parameter to setup() should be used in one of the following cases:

This PR removes the explicit license parameter since the usage for this project does not fit any of those cases and it makes it more difficult to use tools like pip-licenses since it is not consistent with other projects that just have License :: OSI Approved :: MIT License as one of their trove classifiers.

Please note that this does not change the license of the project in any way, and since this project already has a License :: OSI Approved :: MIT License trove classifier the license parameter is redundant.

blag commented 4 years ago

The Travis CI failures are due to old versions of Python, not due to this change.