diff --git a/pyproject.toml b/pyproject.toml index 89186c08f..8384670c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ exclude = ['asdf/_jsonschema/json/*'] 'asdf.tests.data' = ["*"] [tool.setuptools_scm] -write_to = "asdf/_version.py" +version_file = "asdf/_version.py" [tool.black] line-length = 120