CensoredUsername / unrpyc

A ren'py script decompiler
Other
864 stars 157 forks source link

Makes setup.py install the `unrpyc.py` script on the system #51

Closed LGD-Fr closed 8 years ago

CensoredUsername commented 8 years ago

Thanks for the pull request, I'd like to see a few changes first though.

First, I'd like to maintain compatability with the old way of calling it via unrpyc.py when it's just downloaded. Second, having unrpyc.py as a separate module is a bit silly, there's no reason to have a directory with just an init.py file in it. This seems like a workaround to be able to put unrpyc in packages in the setup script, but couldn't it be solved with less changes by adding unrpyc to py_modules in the setup script?

LGD-Fr commented 8 years ago

8e08402 and 5c8658d should correct the problem.

CensoredUsername commented 8 years ago

Squashed and merged into dev with 1dedc41.