Push 0.10.0
This commit is contained in:
parent
266f3fc76d
commit
12c05afa57
25 changed files with 2016 additions and 645 deletions
13
setup.py
13
setup.py
|
|
@ -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']},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue