diff --git a/pyproject.toml b/pyproject.toml index 04a4010..6fb53ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,13 @@ [tool.poetry] name = "config-injector" -version = "0.1.0" +version = "0.1.1" description = "Simple dependency injection framework for python for easy and logical app configuration." authors = ["DustinMoriarty "] readme = "README.md" -url = "https://github.com/DustinMoriarty/config-injector" homepage = "https://github.com/DustinMoriarty/config-injector" repository = "https://github.com/DustinMoriarty/config-injector" documentation = "https://github.com/DustinMoriarty/config-injector" -liscense = "MIT" +license = "MIT" [tool.poetry.dependencies]