Skip to content

Commit

Permalink
add poetry keywords (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
pksol authored Jul 20, 2022
1 parent 3127e30 commit 8dafa8c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand All @@ -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",
Expand Down

0 comments on commit 8dafa8c

Please sign in to comment.