Skip to content

Commit

Permalink
Packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
r1chardj0n3s committed Aug 20, 2020
1 parent ccc39dc commit 002518d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type resolver (dependency container) for Python

It provides a dependency container for you to use in typed dependency resolution.

That's all.
That's all. Very type resolution. Much wow.

Inspired by the dependency container in [tsyringe](https://www.npmjs.com/package/tsyringe), but more Pythonic.

Expand Down
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tool.poetry]
name = "tres"
version = "1.1"
description = "Type resolver (dependency container) for Python"
authors = ["Richard Jones <[email protected]>"]
homepage = "https://github.com/r1chardj0n3s/tres"
readme = "README.md"
packages = [
{ include = "tres.py" }
]
include = ["README.md", "LICENSE"]

0 comments on commit 002518d

Please sign in to comment.