Skip to content

Conversation

@svlandeg
Copy link
Member

@svlandeg svlandeg commented Jan 5, 2026

Updated the section in the docs on building & publishing a package, to use uv instead of poetry.

@github-actions github-actions bot added the docs Improvements or additions to documentation label Jan 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Commands:
load Load the portal gun
shoot Shoot the portal gun
load Load the portal gun
Copy link
Member Author

Choose a reason for hiding this comment

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

This order is now changed because Typer respects the order in which the functions were defined since #944.


That works! 🚀 Sort of... 🤔

See the `__main__.py` in the help instead of `rick-portal-gun`? We'll fix that next.
Copy link
Member Author

@svlandeg svlandeg Jan 5, 2026

Choose a reason for hiding this comment

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

When I run the steps as outlined above, I don't see __main__.py anymore in the help text. Instead, I see python -m rick_portal_gun. So, I removed the entire next paragraph, unless we still want it?

```

And in the file `rick_portal_gun/__init__.py`:
And in the file `src/rick_portal_gun/__init__.py`:
Copy link
Member Author

Choose a reason for hiding this comment

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

In fact, is this necessary to edit __init__.py and have the version there?

@svlandeg svlandeg marked this pull request as ready for review January 5, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant