diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..61f77ec6 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,9 @@ +[ tool.giles ] + + [ tool.giles.circleci_artifacts.docs ] + url = "gen/index.html" + message = "Click details to preview the HTML documentation." + + [ tool.giles.circleci_artifacts.random ] + url = "client-server/index.html" + message = "Click to preview the swagger build."