Skip to content

Commit

Permalink
pyproject.toml housekeeping
Browse files Browse the repository at this point in the history
Signed-off-by: Teo <[email protected]>
  • Loading branch information
teocns committed Dec 23, 2024
1 parent 8da46ea commit 01976a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ langchain = [
"langchain==0.2.14; python_version >= '3.8.1'"
]

[project.scripts]
agentops = "agentops.cli:main"

[project.urls]
Homepage = "https://github.com/AgentOps-AI/agentops"
Expand All @@ -59,12 +61,10 @@ Issues = "https://github.com/AgentOps-AI/agentops/issues"
[tool.autopep8]
max_line_length = 120

[project.scripts]
agentops = "agentops.cli:main"

[tool.pytest.ini_options]
asyncio_mode = "strict"
asyncio_default_fixture_loop_scope = "function"
asyncio_default_fixture_loop_scope = "function" # WARNING: Changing this may break tests. A `module`-scoped session might be faster, but also unstable.
test_paths = [
"tests",
]
Expand Down

0 comments on commit 01976a2

Please sign in to comment.