mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2024-11-23 05:33:22 +00:00
343259049c
This caused normal installs (i. e. without --editable) of this library to not include the rsrcfork.compress subpackage, and made everything unusable as a result. Oops.
49 lines
1.2 KiB
INI
49 lines
1.2 KiB
INI
[metadata]
|
|
name = rsrcfork
|
|
version = attr: rsrcfork.__version__
|
|
url = https://github.com/dgelessus/python-rsrcfork
|
|
author = dgelessus
|
|
classifiers =
|
|
Development Status :: 4 - Beta
|
|
Intended Audience :: Developers
|
|
Topic :: Software Development :: Disassemblers
|
|
Topic :: System
|
|
Topic :: Utilities
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: MacOS :: MacOS 9
|
|
Operating System :: MacOS :: MacOS X
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3 :: Only
|
|
Programming Language :: Python :: 3.6
|
|
Programming Language :: Python :: 3.7
|
|
license = MIT
|
|
license_file = LICENSE
|
|
description = A pure Python, cross-platform library/tool for reading Macintosh resource data, as stored in resource forks and ``.rsrc`` files
|
|
long_description = file: README.rst
|
|
long_description_content_type = text/x-rst
|
|
keywords =
|
|
rsrc
|
|
fork
|
|
resource
|
|
manager
|
|
macintosh
|
|
mac
|
|
macos
|
|
|
|
[options]
|
|
setup_requires =
|
|
setuptools>=39.2.0
|
|
python_requires = >=3.6
|
|
packages = find:
|
|
|
|
[options.packages.find]
|
|
include =
|
|
rsrcfork
|
|
rsrcfork.*
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
rsrcfork = rsrcfork.__main__:main
|