Skip to content

Commit

Permalink
Added basic documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinMoriarty committed Nov 25, 2020
1 parent 87fd4b5 commit 2451ef8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[tool.poetry]
name = "config-injector"
version = "0.1.0"
description = ""
description = "Simple dependency injection framework for python for easy and logical app configuration."
authors = ["DustinMoriarty <[email protected]>"]
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"


[tool.poetry.dependencies]
python = "^3.7.3"
Expand Down

0 comments on commit 2451ef8

Please sign in to comment.