multitasking icon indicating copy to clipboard operation
multitasking copied to clipboard

build fails due to missing README.rst

Open gene-git opened this issue 8 months ago • 0 comments

FYI as of commit 50cdb7d2d48de92fca50daf13de00037fffc0ae3

''' setup.py", line 14, in with codecs.open(os.path.join(os.path.abspath(os.path.dirname(file)), ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 'README.rst'), encoding='utf-8') as f: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 921, in open FileNotFoundError: [Errno 2] No such file or directory: '.../multitasking/README.rst' '''

gene-git avatar Jun 18 '25 11:06 gene-git