rossant / ipycache

Defines a %%cache cell magic in the IPython notebook to cache results of long-lasting computations in a persistent pickle file
BSD 3-Clause "New" or "Revised" License
138 stars 35 forks source link

install fails due to missed README file #17

Closed epifanio closed 10 years ago

epifanio commented 10 years ago

the setup.py is looking for a README file but it cannot be found.

in setup.py (line 23) we have :

long_description=read('README'),

should be :

long_description=read('README.md'),
rossant commented 10 years ago

Thanks, should be fixed now.