From 5c7d76a5c98b37faad035e61316cbf53970a6cf7 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 6 Feb 2021 08:28:24 +0800 Subject: [PATCH] MANIFEST.in: Include LICENSE and *.md (#93) Thanks @jayvdb ! --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 540b720..9a43fb6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ -include requirements.txt \ No newline at end of file +include LICENSE CHANGELOG.md README.md +include requirements.txt