diff --git a/pyproject.toml b/pyproject.toml index 11e8107..d62b263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[project] +name = "blake3" +dynamic = ["version"] + [build-system] requires = ["maturin>=1.0,<2"] build-backend = "maturin"