python-xbee: fix mispelled license name
Clean up this warning on build: python3-xbee: No generic license file exists for: MPL2.0 in any provider Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
a114391ae9
commit
a5d6f02ea0
|
|
@ -3,7 +3,7 @@
|
||||||
SUMMARY = "Python library to interact with Digi International's XBee radio frequency modules."
|
SUMMARY = "Python library to interact with Digi International's XBee radio frequency modules."
|
||||||
HOMEPAGE = "https://github.com/digidotcom/python-xbee"
|
HOMEPAGE = "https://github.com/digidotcom/python-xbee"
|
||||||
|
|
||||||
LICENSE = "MPL2.0"
|
LICENSE = "MPL-2.0"
|
||||||
|
|
||||||
PYPI_PACKAGE = "digi-xbee"
|
PYPI_PACKAGE = "digi-xbee"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue