Skip to content

Commit

Permalink
Add allowed-licences in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Mar 5, 2024
1 parent dce1162 commit 3c19b13
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions counterparty-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,24 @@ include = ["counterpartylib"]
pre-install-commands = [
"pip install -e ../counterparty-rs",
]

[tool.license_scanner]
allowed-licences = [
'Apache license',
'Apache license 2.0',
'BSD 2-clause license',
'BSD 3-clause license',
'BSD license',
'GNU general public license v2 (gplv2)',
'GNU lesser general public license',
'GNU lesser general public license v2 (lgplv2)',
'GNU lesser general public license v3 (lgplv3)',
'ISC license (iscl)', 'MIT license',
'Mozilla public license 2.0 (mpl 2.0)',
'Python software foundation license',
'The Unlicense (Unlicense)',
]
allowed-packages = [
'tower-cli', 'tower-lib',
'pycairo',
]

0 comments on commit 3c19b13

Please sign in to comment.