-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a01408
commit 472fa35
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>", | ||
|
@@ -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/" | ||
|