nose-coolstorybro
nose-coolstorybro copied to clipboard
no such file README.md on pip install
trying to install this on MacOS
udo pip install nose-coolstorybro
Downloading/unpacking nose-coolstorybro
Downloading nose-coolstorybro-0.1.tar.gz
Running setup.py (path:/private/tmp/pip_build_root/nose-coolstorybro/setup.py) egg_info for package nose-coolstorybro
Traceback (most recent call last):
File "
File "
File "/private/tmp/pip_build_root/nose-coolstorybro/setup.py", line 10, in
long_description=open('./README.md').read(),
IOError: [Errno 2] No such file or directory: './README.md'
and taking a look at the package in Pypi
It seems exactly that:
nose-coolstorybro-0.1]$ ls -l
total 40
-rw-r--r--@ 1 juan.morales staff 5221 26 Oct 2011 PKG-INFO
lrwxr-xr-x@ 1 juan.morales staff 9 26 Oct 2011 README -> README.md
drwxr-xr-x@ 4 juan.morales staff 136 26 Oct 2011 coolstorybro
drwxr-xr-x@ 7 juan.morales staff 238 26 Oct 2011 nose_coolstorybro.egg-info
-rw-r--r--@ 1 juan.morales staff 59 26 Oct 2011 setup.cfg
-rw-r--r--@ 1 juan.morales staff 758 26 Oct 2011 setup.py
There is no README.md. Can you please check it?