Skip to content

Commit ac7fbc5

Browse files
committed
chore(poetry): add topics and classifiers
1 parent d8437b5 commit ac7fbc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ repository = "https://github.com/mharrisb1/openai-responses-python"
99
homepage = "https://mharrisb1.github.io/openai-responses-python/"
1010
documentation = "https://mharrisb1.github.io/openai-responses-python/"
1111
packages = [{ include = "openai_responses", from = "src" }]
12+
keywords = ["openai", "pytest", "testing"]
13+
classifiers = [
14+
"Topic :: Software Development :: Testing :: Mocking",
15+
"Topic :: Software Development :: Testing :: Unit",
16+
]
1217

1318
[tool.poetry.plugins.pytest11]
1419
openai_responses = "openai_responses.plugin"

0 commit comments

Comments
 (0)