diff --git a/pyproject.toml b/pyproject.toml index b1c824f5..3de5b892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" name = "rpyc" description = "Remote Python Call (RPyC) is a transparent and symmetric distributed computing library" readme = "README.rst" -license = "MIT" +license = {text = "MIT License"} requires-python = ">=3.7" authors = [ { name = "Tomer Filiba", email = "tomerfiliba@gmail.com" },