How to properly setup nested namespace package in a monorepo? #2137
Unanswered
wizpresso-steve-cy-fan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the following structure:
I wonder if we can do:
This is akin to the same thing in C# where we can do something like this:
Right now, it is just:
As you can see,
mycompany.utils
seems to override themycompany.utils.slack
module, as I want that to be a wildcard package to put things that cannot be categorized into another workspace yet.The pyproject.toml in root:
Beta Was this translation helpful? Give feedback.
All reactions