CensoredUsername / unrpyc

A ren'py script decompiler
Other
852 stars 154 forks source link

install fails with IOError #65

Closed native-api closed 6 years ago

native-api commented 6 years ago
C:\>pip install git+https://github.com/CensoredUsername/unrpyc.git
Collecting git+https://github.com/CensoredUsername/unrpyc.git
Cloning https://github.com/CensoredUsername/unrpyc.git to c:\docume~1\user\locals~1\temp\pip-cpnkdg-build
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\docume~1\user\locals~1\temp\pip-cpnkdg-build\setup.py", line 10,
in <module>
    long_description=readme(),
  File "c:\docume~1\user\locals~1\temp\pip-cpnkdg-build\setup.py", line 4, in readme
    with open('README') as f:
IOError: [Errno 2] No such file or directory: 'README'
CensoredUsername commented 6 years ago

Whoops, looks like that wasn't updated when README was renamed to README.md.

CensoredUsername commented 6 years ago

It's merged, I just redid the commit due to the huge commit message.