Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemccartney committed Jul 12, 2020
1 parent 338b39a commit 6928a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rInject

An annotation-first dependency injection library for Python 3.
A flexible (annotations or keys) but simple dependency injection library for Python 3.


## Installation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="rInject",
description="An annotation-first dependency injection library for Python 3.",
description="A flexible (annotations or keys) but simple dependency injection library for Python 3.",
long_description=readme,
long_description_content_type="text/markdown",
version="0.1.0",
Expand Down

0 comments on commit 6928a10

Please sign in to comment.