Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Rolling back source_dirs, keeping version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ksterne committed Nov 11, 2015
1 parent 36cbb2b commit 8d05b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8d05b5f

Please sign in to comment.