Skip to content

mcp23009e: fix package name typo in manifest.#25

Merged
nedseb merged 1 commit intomainfrom
fix/mcp23009e-manifest-typo
Mar 11, 2026
Merged

mcp23009e: fix package name typo in manifest.#25
nedseb merged 1 commit intomainfrom
fix/mcp23009e-manifest-typo

Conversation

@nedseb
Copy link
Copy Markdown
Contributor

@nedseb nedseb commented Mar 11, 2026

Summary

  • Fix typo in lib/mcp23009e/manifest.py: mcp23999emcp23009e
  • Without this fix, the package is not installable under the correct name via mip or mpremote

Closes #13

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes an incorrect MicroPython manifest package name for the mcp23009e library so it can be installed under the correct name via mip/mpremote.

Changes:

  • Corrects package("mcp23999e") to package("mcp23009e") in lib/mcp23009e/manifest.py.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nedseb nedseb merged commit 7d9aa8f into main Mar 11, 2026
6 checks passed
@nedseb nedseb deleted the fix/mcp23009e-manifest-typo branch March 11, 2026 10:37
@semantic-release-updater
Copy link
Copy Markdown

🎉 This PR is included in version 0.0.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mcp23009e: Fix package name typo in manifest.py

2 participants