Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zmievsa committed Sep 11, 2022
1 parent a6e7276 commit c8f9671
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![AutoGrader](https://raw.githubusercontent.com/Ovsyanka83/autograder/main/docs/_media/logo_with_text.svg)

<p align="center">
<a href="https://ovsyanka83.github.io/autograder/"><img src="https://raw.githubusercontent.com/Ovsyanka83/autograder/main/docs/_media/logo_with_text.svg" alt="AutoGrader"></a>
</p>
<p align="center">
<b>Provides a simple, secure, and configurable way to grade programming assignments</b>
</p>
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GPL-3.0"
readme = "README.md"
documentation = "https://ovsyanka83.github.io/autograder/"
repository = "https://github.com/Ovsyanka83/autograder"
include = ["autograder/**/*"]
packages = [{ include = "autograder" }]
Expand Down

0 comments on commit c8f9671

Please sign in to comment.