Skip to content

Commit 6b9f472

Browse files
REL: 2.3.1
BUG: Add _codecs subpackage to distribution Thank you @nyanpasu64 for reporting it! Closes #1011 Co-authored-by: nyanpasu64 <nyanpasu64@tuta.io>
1 parent d5bc278 commit 6b9f472

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.3.1, 2022-06-19
2+
-------------------------
3+
4+
BUG: Forgot to add the interal `_codecs` subpackage.
5+
16
Version 2.3.0, 2022-06-19
27
-------------------------
38

PyPDF2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.0"
1+
__version__ = "2.3.1"

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ classifiers =
3232
Typing :: Typed
3333

3434
[options]
35-
packages = PyPDF2
35+
packages =
36+
PyPDF2
37+
PyPDF2._codecs
3638
python_requires = >=3.6
3739
install_requires =
3840
typing_extensions; python_version < '3.10'

0 commit comments

Comments
 (0)