tools/manifestfile.py: Fix license capturing.

The license field was incorrectly being set to the version.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
Jim Mussared 2023-05-16 17:24:26 +10:00 committed by Damien George
parent b5c81f6bfb
commit 46d070bfee
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class ManifestPackageMetadata:
self.description = description
self.version = version
self.license = version
self.license = license
self.author = author
self.pypi = pypi
self.pypi_publish = pypi_publish