We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4025495 commit 5882b1aCopy full SHA for 5882b1a
MANIFEST.in
@@ -1,3 +1,4 @@
1
include setup.py
2
include LICENSE
3
include README.rst
4
+include kernel_tuner/schema/T4/1.0.0/*
setup.py
@@ -26,6 +26,7 @@ def readme():
26
license="Apache 2.0",
27
keywords="auto-tuning gpu computing pycuda cuda pyopencl opencl",
28
url="https://KernelTuner.github.io/kernel_tuner/",
29
+ include_package_data=True, # use MANIFEST.in during install
30
project_urls={
31
"Documentation": "https://KernelTuner.github.io/kernel_tuner/",
32
"Source": "https://github.com/KernelTuner/kernel_tuner",
0 commit comments