Skip to content

Commit

Permalink
refactor: rename policy.json to manylinux-policy.json (#311)
Browse files Browse the repository at this point in the history
This prepares for other policies to be added with meaningful names.
Contributes to #305 resolution where `musllinux-policy.json` would be added.
  • Loading branch information
mayeut committed May 27, 2021
1 parent e5d99f0 commit b0762a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auditwheel/policy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _validate_pep600_compliance(policies) -> None:
symbol_versions[arch] = symbol_versions_arch


with open(join(dirname(abspath(__file__)), 'policy.json')) as f:
with open(join(dirname(abspath(__file__)), 'manylinux-policy.json')) as f:
_POLICIES = []
_policies_temp = json.load(f)
_validate_pep600_compliance(_policies_temp)
Expand Down
File renamed without changes.

0 comments on commit b0762a9

Please sign in to comment.