From 6cbb8bb7f0a47fe95b7c03853f1d8b63430b6711 Mon Sep 17 00:00:00 2001 From: Sebastiaan la Fleur Date: Fri, 26 Jan 2024 13:07:20 +0100 Subject: [PATCH] 1: Add missing readme tag in pyproject.toml --- pyproject.toml | 1 + python/pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f41cfb2..5ea37dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "omotes_sdk_protocol_generation" dynamic = ["version"] authors = [{ name = "Sebastiaan la Fleur", email = "sebastiaan.lafleur@tno.nl" }] description = "Maintains and generates the OMOTES SDK protocol in various language." +readme = "README.md" classifiers = [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", diff --git a/python/pyproject.toml b/python/pyproject.toml index c63e1ed..924882d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -3,6 +3,7 @@ name = "omotes_sdk_protocol" dynamic = ["version"] authors = [{ name = "Sebastiaan la Fleur", email = "sebastiaan.lafleur@tno.nl" }] description = "Python implementation of OMOTES SDK protocol through which jobs may be submitted and administered. Messages include checking on progress, cancelling a job and receiving status updates." +readme = "README.md" classifiers = [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3",