From 6fd548af32a831cc07f80169ced620083f5cb417 Mon Sep 17 00:00:00 2001 From: Joshua Adelman Date: Wed, 30 Sep 2020 21:58:37 -0400 Subject: [PATCH] Add MANIFEST.in to include license file with source distribution --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..42eb410 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE.txt