Skip to content

Commit

Permalink
Feat: 0.3.0, adds readme to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodesouzadev committed Jun 29, 2022
1 parent 776d9a2 commit b27eeea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "inject-it"
version = "0.2.2"
version = "0.3.0"
description = """\
Dependency injection done easy using python decorators! `inject-it` it's a python pure injection system.\
You can checkout the extended version of the documentation on [GitHub](https://github.com/plathanus-tech/python-inject-it)\
Dependency injection done easy using python decorators!
"""
readme = "README.md"
authors = [
{name = "Leandro de Souza", email = "leandrodesouzadev@gmail.com"},
]
Expand All @@ -14,7 +14,7 @@ requires-python = ">=3.9"

[project.urls]
Homepage = "https://github.com/plathanus-tech/python-inject-it"
download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.2.2"
download_url = "https://github.com/plathanus-tech/python-inject-it/releases/tag/v0.3.0"

[project.optional-dependencies]
[tool.pdm]
Expand Down

0 comments on commit b27eeea

Please sign in to comment.