Skip to content

Commit 87e7ccf

Browse files
committed
Remove deprecated/empty search and readtime extras.
(pip only warns on inexistent extras anyway.)
1 parent 8812b05 commit 87e7ccf

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Unreleased
1515
strip HTML tags from values used as MP3 tags
1616
(for example, ``<b>`` tags used to highlight search result matches).
1717

18+
* Remove long-deprecated, empty ``search`` and ``readtime`` extras.
19+
1820

1921
Version 3.18
2022
------------

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ unstable-plugins = [
8787
"tabulate",
8888
]
8989

90-
# DEPRECATED, kept until 4.0 to avoid breaking dependents
91-
92-
search = [] # empty since 2.4
93-
readtime = [] # empty since 3.1
94-
9590
[dependency-groups]
9691

9792
tests = [

0 commit comments

Comments
 (0)