项目场景:
编译containernet,报错
问题描述
Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`
原因分析:
版本问题
解决方案:
containernet文件夹下的pyproject.toml
(1)修改下述内容:
[project]
license = "GPL-3.0-or-later"
# or
license = "MIT AND (Apache-2.0 OR BSD-2-Clause)"
(2)删除下面的License:
classifiers = [
"License :: OSI Approved :: BSD License",