File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66name = " kernel_tuner"
77packages = [{ include = " kernel_tuner" , from = " ." }]
88description = " 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
1010license = " Apache-2.0"
1111authors = [
1212 " Ben van Werkhoven <b.vanwerkhoven@esciencecenter.nl>" ,
@@ -44,7 +44,7 @@ classifiers = [
4444 " Topic :: System :: Distributed Computing" ,
4545]
4646include = [
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]`
4949homepage = " https://KernelTuner.github.io/kernel_tuner/"
5050documentation = " https://KernelTuner.github.io/kernel_tuner/"
You can’t perform that action at this time.
0 commit comments