##// END OF EJS Templates
remove all datafiles from the egg
vivainio -
Show More
@@ -150,7 +150,9 b" if 'setuptools' in sys.modules:"
150 150 ]}
151 151 }
152 152 scriptfiles = []
153 # eggs will lack docs, examples XXX not anymore
153 # eggs will lack docs, eaxmples
154 datafiles = []
155
154 156 #datafiles = [('lib', 'IPython/UserConfig', cfgfiles)]
155 157 else:
156 158 egg_extra_kwds = {}
General Comments 0
You need to be logged in to leave comments. Login now