Skip to content

Commit d295feb

Browse files
committed
v0.2.0
1 parent 1133517 commit d295feb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langdiff"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "LangDiff is a Python library that solves the hard problems of streaming structured LLM outputs to frontends."
55
readme = "README.md"
66
authors = [
@@ -26,6 +26,12 @@ Documentation = "https://langdiff.readthedocs.io/en/latest/"
2626
requires = ["hatchling"]
2727
build-backend = "hatchling.build"
2828

29+
[tool.hatch.build]
30+
exclude = [
31+
"/docs",
32+
"/.idea",
33+
]
34+
2935
[dependency-groups]
3036
dev = [
3137
"openai>=1.99.1",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)