-
QuestionIs it still possible to run individual custom distutils commands without a BackgroundMy project https://github.com/localstack/plux provides a way to automatically generate entrypoints from code. Regenerating entrypoints has been very convenient by running With the modern way of writing distributions without a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @thrau, If you want to use commands distributed by However, since the Python packaging ecosystem has started to move towards build APIs (instead of CLI calls), the scope of
You can read more about this shift in https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html |
Beta Was this translation helpful? Give feedback.
Based on the hints you provided, I came up with something (conceptually) like this to replace the
python setup.py plugins egg_info
command: