Skip to content

Commit

Permalink
add readme field to pyproject.toml (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 authored Aug 15, 2024
1 parent 7a8d069 commit a8e8e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requires = ["setuptools>=72", "wheel", "setuptools_scm[toml]>=8"]
name = "etos_client"
dynamic = ["version"]
description = "Test suite execution client for ETOS."
readme = "README.rst"
authors = [{name = "Tobias Persson", email = "[email protected]"}]
license = { text = "Apache License, Version 2.0" }
classifiers = [
Expand Down

0 comments on commit a8e8e4c

Please sign in to comment.