Skip to content

Commit

Permalink
Add data files to wheel distribution
Browse files Browse the repository at this point in the history
Should fix Guake#2100 and other related issues
  • Loading branch information
Davidy22 authored and PhungXuanAnh committed Oct 28, 2023
1 parent 3e4771a commit b50ff1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit b50ff1c

Please sign in to comment.