packaging: first PyPI release prep - #11
Merged
Merged
Conversation
The distribution ships the ddsim library only; workflows/ is repo-level example content (cluster-specific configs and data) used from a checkout, and a top-level package named 'workflows' must not land in site-packages. __all__ no longer lists NvmlMonitor, which does not exist (star-import raised AttributeError). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QHdYAup83HGHJkmjbo96ts
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.
Prepares the first PyPI release (
ddsim0.2.0 — the name is free):ddsimpackage only;workflows/stays repo-level example content (it carries cluster-specific configs and undeclared data files, and a top-level package namedworkflowsin site-packages is a collision hazard)__all__drops the nonexistentNvmlMonitor(star-import raised AttributeError)Verified:
python -m buildclean, wheel contains only ddsim + LICENSE,twine checkpasses, wheel installs and star-imports.🤖 Generated with Claude Code
https://claude.ai/code/session_01QHdYAup83HGHJkmjbo96ts