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 d8437b5 commit ac7fbc5Copy full SHA for ac7fbc5
pyproject.toml
@@ -9,6 +9,11 @@ repository = "https://github.com/mharrisb1/openai-responses-python"
9
homepage = "https://mharrisb1.github.io/openai-responses-python/"
10
documentation = "https://mharrisb1.github.io/openai-responses-python/"
11
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
+]
17
18
[tool.poetry.plugins.pytest11]
19
openai_responses = "openai_responses.plugin"
0 commit comments