Skip to content

Commit c28028e

Browse files
authored
feat: 🚚 Update PyPI project name
1 parent b015815 commit c28028e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Fast and easy dependency injection framework.
1010
⚠️ _Requires Python 3.10 or higher_
1111

1212
```bash
13-
pip install injection
13+
pip install python-injection
1414
```
1515

1616
## How to use

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "injection"
2+
name = "python-injection"
33
version = "0.0.0"
44
description = "Fast and easy dependency injection framework."
55
authors = ["remimd"]

0 commit comments

Comments
 (0)