Replies: 1 comment
-
Hi @buhtz, I feel that some of the questions have already been discussed in the other thread.
By following the example configuration in For the sake of completeness, bellow there are some highlights of the previous conversation (I am adding emphasis and commentary):
I am emphasizing distinct because they are separated and isolated phases in a pipeline. When you call |
Beta Was this translation helpful? Give feedback.
-
It seems I still miss some basics.
I know about
setuptools.Command
and that I can somehow(?!) implement customized build steps with it. But I don't know how to execute something like thisWhere to put this code? setup.py? Somewhere else?
What should I write into pyproject.toml?
The setuptools docu do talk about setup.cfg. But I want to avoid that extra config file.
How does
python3 -m pip install .
know to execute the code ofMyCommand
?I try to create, document and publish some example projects to illustrate such use cases and their solutions.
Beta Was this translation helpful? Give feedback.
All reactions