add README to startup dir

pull/37/head
MinRK 14 years ago
parent 5eca26f1c9
commit 03cae6504e

@ -132,7 +132,7 @@ def find_package_data():
static_data.append(os.path.join(parent, f))
package_data = {
'IPython.config.profile' : ['README', '*/*.py'],
'IPython.config.profile' : ['README*', '*/*.py'],
'IPython.testing' : ['*.txt'],
'IPython.frontend.html.notebook' : ['templates/*'] + static_data,
'IPython.frontend.qt.console' : ['resources/icon/*.svg'],

Loading…
Cancel
Save