Skip to content

Commit

Permalink
Update Changelog following migration to setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 5, 2021
1 parent a56ab50 commit 769976d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ Release date: Undefined
* Apply ``const-naming-style`` to module constants annotated with
``typing.Final``

* The packaging is now done via setuptools exclusively. The 'doc' extra-require has been removed.
* The packaging is now done via setuptools exclusively. ``doc``, ``test``, ``man``, ``elisp`` and ``Changelog`` are
not packaged anymore - reducing the size of the package by 75%. Debian packaging is now (officially) done in
https://salsa.debian.org/python-team/packages/pylint. The 'doc' extra-require has been removed. ``__pkginfo__`` now
only contain ``__version__`` (also accessible with ``pylint.__version__``), other meta-information are still
accessible with ``import importlib;metadata.metadata('pylint')``.


What's New in Pylint 2.7.5?
Expand Down

0 comments on commit 769976d

Please sign in to comment.