Push 0.10.0

This commit is contained in:
Oracle 2026-05-18 16:31:58 +02:00
parent 266f3fc76d
commit 12c05afa57
Signed by: Oracle
SSH key fingerprint: SHA256:x4/RtnjUyuHkdvmwNDsWSfcfF1V5PNr3OpriZqOvCX8
25 changed files with 2016 additions and 645 deletions

View file

@ -11,7 +11,7 @@ with open('README.md') as f:
setup(
name="libray",
version="0.0.9",
version="0.0.10",
description='A Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs',
long_description=long_description,
long_description_content_type='text/markdown',
@ -21,11 +21,12 @@ setup(
packages=['libray'],
scripts=['libray/libray'],
install_requires=[
'tqdm~=4.62.3',
'pycryptodome~=3.14.1',
'requests~=2.27.1',
'beautifulsoup4~=4.10.0',
'html5lib~=1.1'
'tqdm~=4.66.2',
'pycryptodome~=3.20.0',
'requests~=2.31.0',
'beautifulsoup4~=4.12.3',
'html5lib~=1.1',
'setuptools~=69.1.1',
],
include_package_data=True,
package_data={'': ['data/keys.db']},