You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2021. It is now read-only.
docs folder isn't packed in the source dist so installation fails
Collecting ike
Using cached https://files.pythonhosted.org/packages/2a/31/43fe30090ec31bc1f369abd5fa318d2e4d9bf4dd19492c9cd621837f3205/ike-0.1.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/d6/8y33xxds2knb0lkql23zrpcr0000gn/T/pip-install-99x0as/ike/setup.py", line 14, in <module>
long_description=readme(),
File "/private/var/folders/d6/8y33xxds2knb0lkql23zrpcr0000gn/T/pip-install-99x0as/ike/setup.py", line 7, in readme
with open('docs/readme.rst') as f:
IOError: [Errno 2] No such file or directory: 'docs/readme.rst'
----------------------------------------