diff --git a/README.md b/README.md index e69de29..4160b7a 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +The Dazed Gerbil's Music Theory Trainer \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cc1630e..3aa5231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "dg-mtt" version = "0.1.0" -description = "" -authors = ["Your Name "] +description = "The Dazed Gerbil's Music Theory Trainer" +authors = ["Calum Andrew Morrell "] readme = "README.md" [tool.poetry.dependencies]