Skip to content

Commit

Permalink
fixed license in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliiem committed Apr 30, 2024
1 parent c4f4136 commit 3a8f61d
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 @@ -13,7 +13,7 @@ maintainers = [{ name = 'Ellie Lapanje', email = '[email protected]' }]

dependencies = ['psutil', 'importlib']

license = { file = 'AGPL-3.0-or-later' }
license = { text = 'AGPL-3.0-or-later' }

[project.scripts]
swaybarclient = 'swaybarclient:Main'
Expand Down

0 comments on commit 3a8f61d

Please sign in to comment.