From bdc4f6fb2e2899b9cde1e1890edd694877ea6a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Fran=C3=A7ois?= Date: Wed, 29 Apr 2026 15:22:19 +0200 Subject: [PATCH] fix: w004 (with heavy python version naming) which is the only way accepcted right now by RSMetacheck (might change) --- codemeta.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/codemeta.json b/codemeta.json index 5004750..24653c2 100644 --- a/codemeta.json +++ b/codemeta.json @@ -25,7 +25,13 @@ "keywords": ["codemeta", "bot", "software", "metadata"], "license": "https://spdx.org/licenses/MIT", "name": "sw-metadata-bot", - "programmingLanguage": "Python 3", + "programmingLanguage": [ + { + "@type": "ComputerLanguage", + "name": "Python", + "version": "3" + } + ], "runtimePlatform": "Python 3.11, Python 3.12", "releaseNotes": "## What's Changed\n* Fix beta test feedbacks by @francoto in https://github.com/SoftwareUnderstanding/sw-metadata-bot/pull/7\n\n\n**Full Changelog**: https://github.com/SoftwareUnderstanding/sw-metadata-bot/compare/v0.1.0...v0.1.1", "softwareRequirements": [