diff --git a/README.md b/README.md index b4d6096..229420e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -![AutoGrader](https://raw.githubusercontent.com/Ovsyanka83/autograder/main/docs/_media/logo_with_text.svg) - +

+ AutoGrader +

Provides a simple, secure, and configurable way to grade programming assignments

diff --git a/pyproject.toml b/pyproject.toml index 7016cd6..685b2f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "assignment-autograder" -version = "3.7.2" +version = "3.7.3" description = "Automatic assignment grading for instructor use in programming courses" authors = ["Ovsyanka "] license = "GPL-3.0" readme = "README.md" +documentation = "https://ovsyanka83.github.io/autograder/" repository = "https://github.com/Ovsyanka83/autograder" include = ["autograder/**/*"] packages = [{ include = "autograder" }]