pywinrm icon indicating copy to clipboard operation
pywinrm copied to clipboard

Remove redundant license parameter

Open blag opened this issue 6 years ago • 1 comments

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

  • the license is not a selection from the “License” Trove classifiers
  • to specify a particular version of a license which is named via the Classifier field
  • to indicate a variation or exception to such a license

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 avatar Nov 07 '19 22:11 blag

Coverage Status

Coverage decreased (-0.2%) to 76.593% when pulling c17ec868b5fd367bb99052b55e722d8e2806f59b on blag:patch-1 into 667703f3ddebc67cab72d86620315c739bfd7262 on diyan:master.

coveralls avatar Nov 07 '19 22:11 coveralls