Open rdimaio opened 4 months ago
https://rucio.github.io/documentation/operator/policy_packages/#creating-a-policy-package
The docs mention the files needed in a policy package, but don't mention the actual structure required for the project to be properly built as a package.
By default, the structure of a package must be either src-based or flat: https://packaging.python.org/en/latest/tutorials/packaging-projects/
src
flat
https://rucio.github.io/documentation/operator/policy_packages/#creating-a-policy-package
The docs mention the files needed in a policy package, but don't mention the actual structure required for the project to be properly built as a package.
By default, the structure of a package must be either
src
-based orflat
: https://packaging.python.org/en/latest/tutorials/packaging-projects/