Skip to content

Commit f0822e1

Browse files
feat: proper information in pyproject.toml (#57)
1 parent 3d4d19f commit f0822e1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[tool.poetry]
22
name = "mongomock-motor"
33
version = "0.0.0"
4-
description = "Best effort mock for AsyncIOMotorClient built on top of mongomock library."
5-
authors = ["Michael Kryukov <mkrukov@bestplace.pro>"]
4+
description = "Library for mocking AsyncIOMotorClient built on top of mongomock."
5+
keywords = ["library", "mongodb"]
66
readme = "README.md"
7+
authors = ["Michael Kryukov <mkrukov@bestplace.pro>"]
8+
license = "MIT"
9+
repository = "https://github.com/michaelkryukov/mongomock_motor"
710

811
[tool.poetry.dependencies]
912
python = "^3.8"

0 commit comments

Comments
 (0)