We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4d19f commit f0822e1Copy full SHA for f0822e1
pyproject.toml
@@ -1,9 +1,12 @@
1
[tool.poetry]
2
name = "mongomock-motor"
3
version = "0.0.0"
4
-description = "Best effort mock for AsyncIOMotorClient built on top of mongomock library."
5
-authors = ["Michael Kryukov <mkrukov@bestplace.pro>"]
+description = "Library for mocking AsyncIOMotorClient built on top of mongomock."
+keywords = ["library", "mongodb"]
6
readme = "README.md"
7
+authors = ["Michael Kryukov <mkrukov@bestplace.pro>"]
8
+license = "MIT"
9
+repository = "https://github.com/michaelkryukov/mongomock_motor"
10
11
[tool.poetry.dependencies]
12
python = "^3.8"
0 commit comments