Skip to content

Commit 5a965fd

Browse files
committed
fix packaging config
1 parent 5863bbc commit 5a965fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

5+
[tool.hatch.build]
6+
exclude = [
7+
"tests/"
8+
]
9+
510
[project]
611
name = "channels-valkey"
7-
version = "0.2.0.post1"
12+
version = "0.2.0.post2"
813
description = "Valkey-backed ASGI channel layer implementation"
914
readme = "README.rst"
1015
requires-python = ">=3.9"

0 commit comments

Comments
 (0)