storpipfugl / pykdtree

Fast kd-tree implementation in Python
GNU Lesser General Public License v3.0
215 stars 47 forks source link

Add license file to source distribution #29

Closed djhoese closed 6 years ago

djhoese commented 6 years ago

See https://github.com/conda-forge/pykdtree-feedstock/pull/16

Basically to fulfill the GPL license, the source distribution should include a copy of the license file. This PR adds the license file to the sdist manifest. Also I added a python_requires which will help in the future if/when pykdtree drops python 2.7 support. It will make it so people downloading pykdtree from PyPI on python 2.7 don't get the version of the package that has dropped python 2.7 support.

@mraspaud I think I mentioned the need for this PR last week.