Add a command-line interface for reading resources

This commit is contained in:
dgelessus
2016-12-26 23:43:46 +01:00
parent e741fb063f
commit d6de63e17b
3 changed files with 389 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ with open("README.rst", "r", encoding="utf-8") as f:
setuptools.setup(
name="rsrcfork",
version="1.0.0",
version="1.1.0",
description="A pure Python library for reading old Macintosh resource manager data",
long_description=long_description,
url="https://github.com/dgelessus/python-rsrcfork",
@@ -17,6 +17,7 @@ setuptools.setup(
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",