Skip to content

Commit

Permalink
1: Add missing readme tag in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lfse-slafleur committed Jan 26, 2024
1 parent 91500f5 commit 6cbb8bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "omotes_sdk_protocol_generation"
dynamic = ["version"]
authors = [{ name = "Sebastiaan la Fleur", email = "[email protected]" }]
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",
Expand Down
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "omotes_sdk_protocol"
dynamic = ["version"]
authors = [{ name = "Sebastiaan la Fleur", email = "[email protected]" }]
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",
Expand Down

0 comments on commit 6cbb8bb

Please sign in to comment.