Skip to content

Commit

Permalink
Included tests as requested in #225
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen committed Nov 8, 2023
1 parent 7a01408 commit 472fa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
name = "kernel_tuner"
packages = [{ include = "kernel_tuner", from = "." }]
description = "An easy to use CUDA/OpenCL kernel tuner in Python"
version = "1.0.0b5" # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
version = "1.0.0b6" # adhere to PEP440 versioning: https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#id55
license = "Apache-2.0"
authors = [
"Ben van Werkhoven <[email protected]>",
Expand Down Expand Up @@ -44,7 +44,7 @@ classifiers = [
"Topic :: System :: Distributed Computing",
]
include = [
{ path = "doc/source/*.ipynb" },
{ path = "test" },
] # 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]`
homepage = "https://KernelTuner.github.io/kernel_tuner/"
documentation = "https://KernelTuner.github.io/kernel_tuner/"
Expand Down

0 comments on commit 472fa35

Please sign in to comment.