meta: rename -meta.json to .meta.json

With `.meta.json` it's two "real" file extension. The `-meta.json`
feels less clear.
This commit is contained in:
Michael Vogt 2023-12-04 12:09:45 +01:00 committed by Simon de Vlieger
parent 16d30254c4
commit 3e11b57815
5 changed files with 9 additions and 10 deletions

View file

@ -173,7 +173,7 @@ def test_schema():
def make_fake_meta_json(tmp_path, name):
meta_json_path = pathlib.Path(f"{tmp_path}/stages/{name}-meta.json")
meta_json_path = pathlib.Path(f"{tmp_path}/stages/{name}.meta.json")
meta_json_path.parent.mkdir(exist_ok=True)
meta_json_path.write_text("""
{