From 7acfd6ca0f23514abb7a9e43530e5272b8c44f37 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mar 16 2017 19:22:27 +0000 Subject: add LICENSE.rst to release tarballs Prior to this change, "python setup.py sdist" would 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. --- diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..43a950e --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE.rst