We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a775521 commit d1f5eceCopy full SHA for d1f5ece
setup.py
@@ -71,10 +71,10 @@
71
# http://stackoverflow.com/questions/13628979/setuptools-how-to-make-package-contain-extra-data-folder-and-all-folders-inside
72
#
73
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)] )
+#getext = lambda filename: os.path.splitext(filename)[1]
+#for datadir in datadirs:
+# datafiles.extend( [(root, [os.path.join(root, f) for f in files if getext(f) in dataexts])
+# for root, dirs, files in os.walk(datadir)] )
78
79
# Add standard documentation (README et al.), if any, to data files
80
0 commit comments