The com.linkedin.python-sdist plugin is a plugin that builds a source distribution, called an sdist, for your Python project. It is typically used for library type projects but can also be used to ...
Assume we have a package with a python script included. And in source tree the script has mode 755. tar tfvz build/meson-dist/library-undefined.tar.gz drwxrwxr-x ...