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:
parent
b5c81f6bfb
commit
46d070bfee
@ -143,7 +143,7 @@ class ManifestPackageMetadata:
|
|||||||
|
|
||||||
self.description = description
|
self.description = description
|
||||||
self.version = version
|
self.version = version
|
||||||
self.license = version
|
self.license = license
|
||||||
self.author = author
|
self.author = author
|
||||||
self.pypi = pypi
|
self.pypi = pypi
|
||||||
self.pypi_publish = pypi_publish
|
self.pypi_publish = pypi_publish
|
||||||
|
Loading…
Reference in New Issue
Block a user