Skip to content

Commit

Permalink
Merge branch 'release/patch-whl-license-files-v4.7.6'
Browse files Browse the repository at this point in the history
This change upgrades `setup.cfg` to use `license_files` instead
of the deprecated `license_file` setting.
  • Loading branch information
webknjaz committed May 14, 2020
2 parents 7283cf2 + 713790c commit 93bf4b6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ Changelog

.. towncrier release notes start
4.7.6 (2020-05-15)
==================

Bugfixes
--------

- Fixed an issue with some versions of the ``wheel`` dist
failing because of being unable to detect the license file.
`#481 <https://github.com/aio-libs/multidict/issues/481>`_


----


4.7.5 (2020-02-21)
==================

Expand Down
2 changes: 1 addition & 1 deletion multidict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"getversion"
)

__version__ = "4.7.5"
__version__ = "4.7.6"


try:
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
test = pytest

[metadata]
license_file = LICENSE
license_files =
LICENSE
long_description = file: README.rst


Expand Down

0 comments on commit 93bf4b6

Please sign in to comment.