Skip to content

Commit

Permalink
Adds project description and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodesouzadev committed Jun 24, 2022
1 parent 37dd394 commit b8725b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
upload:
- pdm build
- twine upload dist/*
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[project]
name = "inject-it"
version = "0.2.1"
description = ""
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)\
"""
authors = [
{name = "Leandro de Souza", email = "leandrodesouzadev@gmail.com"},
]
Expand Down

0 comments on commit b8725b2

Please sign in to comment.