Skip to content

Commit

Permalink
Merge branch 'patch-1' of github.com:einstein95/unrpyc
Browse files Browse the repository at this point in the history
  • Loading branch information
CensoredUsername committed Mar 31, 2022
2 parents b02d387 + a93a253 commit 1c5f6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def readme():
description='Tool to decompile Ren\'Py compiled .rpyc script files.',
long_description=readme(),
url='https://github.com/CensoredUsername/unrpyc',
py_modules=['unrpyc'],
py_modules=['unrpyc', '.deobfuscate'],
packages=['decompiler'],
scripts=['unrpyc.py', 'deobfuscate.py'],
scripts=['unrpyc.py'],
zip_safe=False,
)

0 comments on commit 1c5f6d9

Please sign in to comment.