From b50ff1c8b361f310801cd3d4ccef491f1b74d624 Mon Sep 17 00:00:00 2001 From: David Yang Date: Thu, 16 Jun 2022 22:47:25 +0800 Subject: [PATCH] Add data files to wheel distribution Should fix #2100 and other related issues --- .../notes/include_data_in_wheels-bc963d0d39d46044.yaml | 6 ++++++ setup.cfg | 1 + 2 files changed, 7 insertions(+) create mode 100644 releasenotes/notes/include_data_in_wheels-bc963d0d39d46044.yaml diff --git a/releasenotes/notes/include_data_in_wheels-bc963d0d39d46044.yaml b/releasenotes/notes/include_data_in_wheels-bc963d0d39d46044.yaml new file mode 100644 index 000000000..f9dc8ce10 --- /dev/null +++ b/releasenotes/notes/include_data_in_wheels-bc963d0d39d46044.yaml @@ -0,0 +1,6 @@ +release_summary: > + Added data files to wheel distribution + +fixes: + - | + - Errors thrown on Ubuntu 22.04 when installing version 3.[89].x via pip/pipx #2100 diff --git a/setup.cfg b/setup.cfg index 0672d1543..a0380a555 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,6 +30,7 @@ setup_requires = install_requires = importlib_metadata; python_version < '3.8' typing; python_version < '3.5' +include_package_data = True [options.entry_points] console_scripts =