Skip to content

Commit

Permalink
Merge pull request #343 from doronz88/refactor/pyproject-license-text
Browse files Browse the repository at this point in the history
pyproject: refactor license line to short version
  • Loading branch information
doronz88 authored Feb 18, 2024
2 parents 7c0ebdc + c565898 commit 97b5faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcclient/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rpcclient"
description = "rpcclient for connecting with the rpcserver"
readme = "README.md"
requires-python = ">=3.8"
license = { file = "LICENSE" }
license = { text = "GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007" }
keywords = ["ios", "macos", "linux", "automation", "remote-shell", "remote-control", "ipython"]
authors = [
{ name = "doronz88", email = "[email protected]" },
Expand Down

0 comments on commit 97b5faf

Please sign in to comment.