Skip to content

Fix build error: include requirements.txt in sdist via MANIFEST.in#12

Merged
wannaphong merged 2 commits intomainfrom
copilot/fix-build-error
Apr 7, 2026
Merged

Fix build error: include requirements.txt in sdist via MANIFEST.in#12
wannaphong merged 2 commits intomainfrom
copilot/fix-build-error

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 7, 2026

Building a wheel from the sdist fails because setup.py reads requirements.txt at build time, but the file was never bundled into the sdist—no MANIFEST.in existed to instruct setuptools to include it.

Changes

  • MANIFEST.in (new): adds include requirements.txt so the file is present when a wheel is built from the sdist

Copilot AI linked an issue Apr 7, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Fix build error during package installation Fix build error: include requirements.txt in sdist via MANIFEST.in Apr 7, 2026
Copilot AI requested a review from wannaphong April 7, 2026 09:19
@wannaphong wannaphong marked this pull request as ready for review April 7, 2026 09:20
@wannaphong wannaphong merged commit 0588715 into main Apr 7, 2026
4 checks passed
@wannaphong wannaphong deleted the copilot/fix-build-error branch April 7, 2026 10:05
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.

Build Error

2 participants