Skip to content

Commit 472fa35

Browse files
committed
Included tests as requested in #225
1 parent 7a01408 commit 472fa35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
name = "kernel_tuner"
77
packages = [{ include = "kernel_tuner", from = "." }]
88
description = "An easy to use CUDA/OpenCL kernel tuner in Python"
9-
version = "1.0.0b5" # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
9+
version = "1.0.0b6" # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
1010
license = "Apache-2.0"
1111
authors = [
1212
"Ben van Werkhoven <[email protected]>",
@@ -44,7 +44,7 @@ classifiers = [
4444
"Topic :: System :: Distributed Computing",
4545
]
4646
include = [
47-
{ path = "doc/source/*.ipynb" },
47+
{ path = "test" },
4848
] # this ensures that people won't have to clone the whole repo to include notebooks, they can just do `pip install kernel_tuner[tutorial,cuda]`
4949
homepage = "https://KernelTuner.github.io/kernel_tuner/"
5050
documentation = "https://KernelTuner.github.io/kernel_tuner/"

0 commit comments

Comments
 (0)