From a9153e960e0f2f72533a0f35feaa413bcd992ad6 Mon Sep 17 00:00:00 2001 From: Dmitry Yashunin Date: Sat, 16 Jan 2021 16:54:08 +0300 Subject: [PATCH] Add license file to pypi package --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5a480e4f..2d71d12e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ -include hnswlib/*.h \ No newline at end of file +include hnswlib/*.h +include LICENSE