remove all datafiles from the egg

vivainio 19 years ago
parent 594f9bfab3
commit b6582cdfa1

@ -150,7 +150,9 @@ if 'setuptools' in sys.modules:
]}
}
scriptfiles = []
# eggs will lack docs, examples XXX not anymore
# eggs will lack docs, eaxmples
datafiles = []
#datafiles = [('lib', 'IPython/UserConfig', cfgfiles)]
else:
egg_extra_kwds = {}

Loading…
Cancel
Save