Skip to content

Commit 74ff290

Browse files
authored
exclude test files from the release (#41)
1 parent 8df85ea commit 74ff290

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "google_metrax"
7-
version = "0.0.9"
7+
version = "0.1.2"
88
authors = [
99
{ name="Jiwon Shin", email="jshin1394@gmail.com" },
1010
]
@@ -21,6 +21,9 @@ license = {file = 'LICENSE'}
2121
include = [
2222
"src/*"
2323
]
24+
exclude = [
25+
"**/*_test.py"
26+
]
2427

2528
[tool.hatch.build.targets.wheel]
2629
packages = ["src/metrax"]

0 commit comments

Comments
 (0)