From 1bd0de5f42f239bb4d1c06bfaec9b72456056ccc Mon Sep 17 00:00:00 2001 From: Anton Chernyatevich Date: Thu, 26 Sep 2019 16:29:23 +0300 Subject: [PATCH] Fix tests dir creation after package installation --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 6b0fb031d..0e02078f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifiers = packages = find: [options.packages.find] +include = arrayfire exclude = examples tests