Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "markus_ai_server"
version = "0.0.2"
version = "0.0.3"
authors = [
{ name="David Liu", email="david@cs.toronto.edu" },
]
Expand Down Expand Up @@ -36,9 +36,15 @@ dev = [
Homepage = "https://github.com/MarkUsProject/markus-ai-server"
Issues = "https://github.com/MarkUsProject/markus-ai-server/issues"

[tool.hatch.build.targets.wheel]
packages = ["src/markus_ai_server"]

[tool.black]
line-length = 120
skip-string-normalization = true

[tool.isort]
profile = "black"

[tool.pytest.ini_options]
pythonpath = ["src"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion test/test_system_prompt_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
from unittest.mock import patch

import pytest
Expand Down