Skip to content

CI FIX : removed pkg_resources#122

Closed
TenzDelek wants to merge 1 commit intoOpenPecha:masterfrom
TenzDelek:fix
Closed

CI FIX : removed pkg_resources#122
TenzDelek wants to merge 1 commit intoOpenPecha:masterfrom
TenzDelek:fix

Conversation

@TenzDelek
Copy link
Copy Markdown
Member

@TenzDelek TenzDelek commented Mar 28, 2026

fixes #119

Problem

setuptools 82+ removed pkg_resourcespypa/setuptools#5174, which broke our CI. Our setup.py imported it to assert setuptools >= 38.6.0.

Solution:

Removed the assertion. It was a safeguard from 2017 when long_description_content_type was new.
Today, setuptools is in the 80+ range and pip itself requires a much newer version so The check would never fail in practice. current code was kind of deadcode

reopen #120

@TenzDelek
Copy link
Copy Markdown
Member Author

PTAL @eroux

@TenzDelek TenzDelek closed this Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

can't create new version

1 participant