Skip to content

Commit d1f5ece

Browse files
committed
oops, installing stuff where we shouldn't
1 parent a775521 commit d1f5ece

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
# http://stackoverflow.com/questions/13628979/setuptools-how-to-make-package-contain-extra-data-folder-and-all-folders-inside
7272
#
7373
datafiles = []
74-
getext = lambda filename: os.path.splitext(filename)[1]
75-
for datadir in datadirs:
76-
datafiles.extend( [(root, [os.path.join(root, f) for f in files if getext(f) in dataexts])
77-
for root, dirs, files in os.walk(datadir)] )
74+
#getext = lambda filename: os.path.splitext(filename)[1]
75+
#for datadir in datadirs:
76+
# datafiles.extend( [(root, [os.path.join(root, f) for f in files if getext(f) in dataexts])
77+
# for root, dirs, files in os.walk(datadir)] )
7878

7979
# Add standard documentation (README et al.), if any, to data files
8080
#

0 commit comments

Comments
 (0)