diff --git a/pyproject.toml b/pyproject.toml index b44b6498..1dfbc3da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[project] +name = 'pyjnius' +requires-python = ">= 3.7" + [build-system] requires = [ "setuptools>=58.0.0",