Skip to content

Commit

Permalink
updating project toml readme spec
Browse files Browse the repository at this point in the history
  • Loading branch information
krachwal committed Jun 11, 2024
1 parent ec97967 commit 2d8c967
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[project]
name="PVNet"
description = "CI/CD Demonstration Project"
authors = [{name="Katarzyna Rachwal", email="[email protected]"}]
license={file="LICENCE"}
readme= {file = "README.md", content-type = "text/markdown"}
dynamic = ["readme"]
[tool.pytest.ini_options]
markers = [
"average: used to mark all tests associated with averaging grades",
"hilo: used to mark tests associated with identifying the extreme grades",
"highest: used to mark tests associated with identfying the highest grade",
"lowest: used to mark tests associated with identifying the lowest grade"
]
]
[tool.setuptools.dynamic]
readme = {file = "README.md", content-type = "text/markdown"}

0 comments on commit 2d8c967

Please sign in to comment.