Skip to content

Commit

Permalink
Merge pull request #46 from vidartf/patch-1
Browse files Browse the repository at this point in the history
Add license info to python package's metadata
  • Loading branch information
martinRenou authored Jul 8, 2021
2 parents a4339c1 + 3d26ebc commit cc3af8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
setup_args = {
'name': name,
'version': version,
'license': 'MIT License',
'description': 'A Tree Widget using jsTree',
'long_description': long_description,
'include_package_data': True,
Expand Down

0 comments on commit cc3af8c

Please sign in to comment.