xonsh_kernel icon indicating copy to clipboard operation
xonsh_kernel copied to clipboard

setup looking for non-existant file

Open IanSudbery opened this issue 9 years ago • 1 comments

Running setup.py on the lastest pull gives the following error:

Traceback (most recent call last):
  File "setup.py", line 29, in <module>
    with open('xonsh_kernel.py', 'rb') as fid:
FileNotFoundError: [Errno 2] No such file or directory: 'xonsh_kernel.py'

xonsh_kernel is now a directory rather than a self contained file.

IanSudbery avatar Jan 25 '16 11:01 IanSudbery

Thanks @IanSudbery, I actually forgot to remove setup.py, I've switched to flit for development.

blink1073 avatar Jan 25 '16 14:01 blink1073