Prior to this change, python setup.py sdist would not include the LICENSE.rst file in the resulting tarball.
python setup.py sdist
Add the license file to the manifest so setuptools will always include it going forward.
Pull-Request has been merged by ahills
Prior to this change,
python setup.py sdistwould not include the LICENSE.rst file in the resulting tarball.Add the license file to the manifest so setuptools will always include it going forward.