From 8d05b5f752fa9e53b8b49390fc2e287607d50f14 Mon Sep 17 00:00:00 2001 From: "davit.ece.vt.edu" Date: Wed, 11 Nov 2015 21:18:27 +0000 Subject: [PATCH] Rolling back source_dirs, keeping version update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 222dea31..ec11b963 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ def read(fname): ############################################################################# pwd = os.getcwd() sources = [] -source_dirs = ['davitpy/davitpy'] +source_dirs = ['davitpy'] for s in source_dirs: for root, dirs, files in os.walk(pwd+'/'+s): if '__init__.py' in files: