From 8dafa8cc630418ffcb5618d0c642c77a87aa4339 Mon Sep 17 00:00:00 2001 From: pksol Date: Wed, 20 Jul 2022 10:49:58 +0300 Subject: [PATCH] add poetry keywords (#46) --- pyproject.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e2ecbf..7a355f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pytest-fastapi-deps" -version = "0.2.2" +version = "0.2.3" description = "A fixture which allows easy replacement of fastapi dependencies for testing" readme = "README.md" authors = ["Peter Kogan "] @@ -14,10 +14,16 @@ repository = "https://github.com/pksol/pytest-fastapi-deps" homepage = "https://github.com/pksol/pytest-fastapi-deps" # Keywords description https://python-poetry.org/docs/pyproject/#keywords -keywords = [] #! Update me +keywords = [ + "pytest", + "fastapi", + "dependencies", + "testing", + "fixtures", +] # Pypi classifiers: https://pypi.org/classifiers/ -classifiers = [ #! Update me +classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7",