mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-02-11 00:30:56 +00:00
Release version 1.3.0.post1 and fix setup.cfg options.packages
This commit is contained in:
parent
7207b1d32b
commit
94fa1fde44
10
README.rst
10
README.rst
@ -127,6 +127,16 @@ If these links are no longer functional, some are archived in the `Internet Arch
|
||||
Changelog
|
||||
---------
|
||||
|
||||
Version 1.3.0.post1
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* Fixed an incorrect ``options.packages`` in ``setup.cfg``, which made the library unusable except when installing from source using ``--editable``.
|
||||
|
||||
Version 1.2.0.post1
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* Fixed an incorrect ``options.packages`` in ``setup.cfg``, which made the library unusable except when installing from source using ``--editable``.
|
||||
|
||||
Version 1.3.0
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
"""A pure Python, cross-platform library/tool for reading Macintosh resource data, as stored in resource forks and ``.rsrc`` files."""
|
||||
|
||||
__version__ = "1.3.0"
|
||||
__version__ = "1.3.0.post1"
|
||||
|
||||
__all__ = [
|
||||
"Resource",
|
||||
|
Loading…
x
Reference in New Issue
Block a user