Major refactor. Release 0.0.1
- Now possible to give .iso and .ird and get a decrypted output.iso
This commit is contained in:
parent
b5ba35dfd2
commit
fbec245501
12 changed files with 480 additions and 291 deletions
16
setup.py
Executable file
16
setup.py
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf8 -*-
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="libray",
|
||||
version="0.0.1",
|
||||
description='A Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs',
|
||||
author="Nichlas Severinsen",
|
||||
author_email="ns@nsz.no",
|
||||
url="https://notabug.org/necklace/libray",
|
||||
packages=['libray'],
|
||||
scripts=['libray/libray'],
|
||||
install_requires=['pycrypto==2.6.1'],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue