Skip to content

Commit

Permalink
Add license keyword to setup.py
Browse files Browse the repository at this point in the history
The SBOM report generated for ScyllaDB doesn't recognize the license of
scylla-api-client. This addition of the license keyword to the setup.py
should add the information to the SBOM report

Ref scylladb/scylla-jmx#237
  • Loading branch information
benipeled authored and bhalevy committed Jun 13, 2024
1 parent 485b25d commit 67e26f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
'scylla-api-client=scylla_api_client.__main__:main',
],
},
license='GNU AGPL 3.0',
license_files=('LICENSE.AGPL',),
classifiers=[
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
],
Expand Down

0 comments on commit 67e26f5

Please sign in to comment.