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",