Skip to content

Commit

Permalink
Fixed #536 by following correct/suggested syntax of license = { text …
Browse files Browse the repository at this point in the history
…= "MIT License" } in pyproject.toml
  • Loading branch information
comrumino committed Jun 10, 2023
1 parent 5f41958 commit 964c08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 964c08f

Please sign in to comment.