remove bundled profiles

and move README_STARTUP to core/profile
This commit is contained in:
Min RK 2015-03-24 15:08:03 -07:00
parent 849e752d3d
commit 62c0ab05b6

View File

@ -183,7 +183,7 @@ def find_package_data():
os.chdir(cwd)
package_data = {
'IPython.config.profile' : ['README*', '*/*.py'],
'IPython.core' : ['profile/README*'],
'IPython.core.tests' : ['*.png', '*.jpg'],
'IPython.lib.tests' : ['*.wav'],
'IPython.testing.plugin' : ['*.txt'],