Reworking identification
- PARAM.SFO reader (sfo.py) - Search for param first then use title there to identify - long_description (setup.py) - Multiman styling by default - Don't check crc32 as it is very slow
This commit is contained in:
parent
f3e8132a37
commit
82bc798677
8 changed files with 267 additions and 13 deletions
10
setup.py
10
setup.py
|
|
@ -1,12 +1,20 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf8 -*-
|
||||
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
|
||||
with open('README.md') as f:
|
||||
long_description = f.read()
|
||||
|
||||
|
||||
setup(
|
||||
name="libray",
|
||||
version="0.0.6",
|
||||
version="0.0.7",
|
||||
description='A Libre (FLOSS) Python application for unencrypting, extracting, repackaging, and encrypting PS3 ISOs',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
author="Nichlas Severinsen",
|
||||
author_email="ns@nsz.no",
|
||||
url="https://notabug.org/necklace/libray",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue