Skip to content

Commit 8fbaf49

Browse files
authored
Update pyproject.toml
1 parent 84b6809 commit 8fbaf49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "A mock server that mimics OpenAI and Anthropic API formats for testing"
99
readme = "README.md"
1010
requires-python = ">=3.8"
11-
license = {text = "Aa
11+
license = {text = "Apache-2.0"}
1212
keywords = ["mock", "llm", "openai", "anthropic", "testing"]
1313
authors = [
1414
{name = "Luke Hinds", email = "[email protected]"}
@@ -76,4 +76,4 @@ check_untyped_defs = true
7676
line-length = 88
7777
target-version = "py38"
7878
select = ["E", "F", "B", "I"]
79-
ignore = []
79+
ignore = []

0 commit comments

Comments
 (0)