Remove unsupported dd-unit-scaling optim extra - #169
Open
Shyclyde wants to merge 1 commit into
Open
Conversation
Shyclyde
force-pushed
the
codex/remove-dion-pypi-extra
branch
from
September 4, 2026 20:22
e49c211 to
a41abc7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
optimextra fromdd-unit-scaling0.1.1so corrected metadata can be publishedContext
The documented installation path is to install
dd-unit-scalingnormally and install Microsoft Dion directly from its GitHub repository. We do not document or supportpip install "dd-unit-scaling[optim]", and the packages in this repository depend only on basedd-unit-scaling.This change hardens that unsupported path by removing metadata that would otherwise cause someone who independently chose
[optim]to resolve the baredionname from PyPI. It does not change the documented installation flow.Testing
Built the
0.1.1sdist and wheel in a clean Python 3.12 container and verified that the wheel has noRequires-Dist: dionmetadata.Release follow-up
After merge, publish
dd-unit-scaling/v0.1.1. Consider yanking0.1.0after the corrected release is available.