Skip to content

Commit

Permalink
Policies: Reword policy package structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio committed Dec 5, 2024
1 parent 52ab113 commit bbdd42b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/operator/policy_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ following:
- A `permission.py` module implementing permission
customisations (optional).
- A `schema.py` module implementing schema customisations (optional).
- An `__init__.py` file that can optionally return a dictionary of
algorithms provided by the package.
- It should also contain a SUPPORTED_VERSION field.
- An `__init__.py` file that:
- indicates the supported Rucio version via the `SUPPORTED_VERSION` field;
- indicates the algorithms provided by the package (optional)

The `permission.py` and `schema.py` modules are optional; an experiment
that does not need to customise these modules can omit one or both of
Expand Down

0 comments on commit bbdd42b

Please sign in to comment.