rucio / documentation

Source code for Rucio documentation
http://rucio.cern.ch/documentation
Apache License 2.0
4 stars 53 forks source link

Explicitly mention structure of a policy package in documentation #352

Open rdimaio opened 4 months ago

rdimaio commented 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/