pypi package is failing
Closed this issue · 0 comments
hey dolph,
was trying to install the package from pypi and im getting a error on README.rst, perhaps we can long_description as just a long description?
chmouel@enoair:~$ pip install httpcli
Downloading/unpacking httpcli
Downloading httpcli-1.1.2.tar.gz
Running setup.py egg_info for package httpcli
Traceback (most recent call last):
File "", line 16, in
File "/var/folders/_8/w5h7sy8s0mg0s_4207dhj1wc0000gn/T/pip-build/httpcli/setup.py", line 6, in
with open(README) as file:
IOError: [Errno 2] No such file or directory: 'README.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 16, in
File "/var/folders/_8/w5h7sy8s0mg0s_4207dhj1wc0000gn/T/pip-build/httpcli/setup.py", line 6, in
with open(README) as file:
IOError: [Errno 2] No such file or directory: 'README.rst'
Command python setup.py egg_info failed with error code 1 in /var/folders/_8/w5h7sy8s0mg0s_4207dhj1wc0000gn/T/pip-build/httpcli
Storing complete log in /Users/chmouel/.pip/pip.log
Chmouel.