From e7f8be827c21bb1c720a257614fabc3644f6b614 Mon Sep 17 00:00:00 2001 From: Mike Haller Date: Wed, 27 Mar 2024 13:54:31 +0000 Subject: [PATCH] Added ORT curation for Python Setuptools for DevContainer --- .ort.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ort.yml b/.ort.yml index c54bc64..bf6d230 100644 --- a/.ort.yml +++ b/.ort.yml @@ -42,3 +42,7 @@ curations: curations: comment: "Proper license is defined in package repository https://conan.io/center/paho-mqtt-c?version=1.3.9" concluded_license: "EPL-2.0" + - id: "PyPI::setuptools:69.2.0" + curations: + comment: "Proper license is defined in package repository https://pypi.org/project/setuptools/" + concluded_license: "MIT"