7acfd6ca0f23514abb7a9e43530e5272b8c44f37
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.