Skip to content

Commit

Permalink
Upgrade changelog for setuptools
Browse files Browse the repository at this point in the history
Add changelog entry for renaming of License
  • Loading branch information
Pierre-Sassoulas committed Apr 24, 2021
1 parent de9548c commit f8c347c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ repos:
rev: 1.0.0
hooks:
- id: black-disable-checker
- repo: https://github.com/pierre-sassoulas/setup-cfg-fmt
rev: 7e3f370a888236fe516749432f2cf5daadf31f89
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
hooks:
Expand Down
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ What's New in astroid 2.5.4?
============================
Release Date: TBA

* The packaging is now done via setuptools exclusively. ``doc``, ``tests``, and ``Changelog`` are
not packaged anymore - reducing the size of the package greatly.

* Debian packaging is now (officially) done in https://salsa.debian.org/python-team/packages/astroid.

* ``__pkginfo__`` now only contain ``__version__`` (also accessible with ``astroid.__version__``),
Expand All @@ -23,7 +26,7 @@ Release Date: TBA
Closes PyCQA/pylint#4383

* COPYING was removed in favor of COPYING.LESSER and the latter was renamed to LICENSE to make more apparent
that the code is licensed under LGPLv2.
that the code is licensed under LGPLv2 or later.

* Moved from appveyor and travis to Github Actions for continuous integration.

Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ url = https://github.com/PyCQA/astroid
author = Python Code Quality Authority
author_email = [email protected]
license = LGPL-2.1-or-later
license_files =
LICENSE
license_files = LICENSE
classifiers =
Development Status :: 6 - Mature
Environment :: Console
Expand Down

0 comments on commit f8c347c

Please sign in to comment.