From 838f5feed64d47cb2e1cabade3a73e217a4394f8 Mon Sep 17 00:00:00 2001 From: zhoufeng Date: Fri, 18 Dec 2020 17:04:48 +0800 Subject: [PATCH] fix typo Signed-off-by: zhoufeng --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ecefd88b6e..f86ea07e9b7 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ package_data = { 'lib/*.so*', 'lib/*.a', '.commit_id', - 'config/*' + 'config/*', 'include/*', 'include/*/*', 'include/*/*/*',