Skip to content

Commit 5882b1a

Browse files
committed
Make sure the schema.json files are included in the package
1 parent 4025495 commit 5882b1a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include setup.py
22
include LICENSE
33
include README.rst
4+
include kernel_tuner/schema/T4/1.0.0/*

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def readme():
2626
license="Apache 2.0",
2727
keywords="auto-tuning gpu computing pycuda cuda pyopencl opencl",
2828
url="https://KernelTuner.github.io/kernel_tuner/",
29+
include_package_data=True, # use MANIFEST.in during install
2930
project_urls={
3031
"Documentation": "https://KernelTuner.github.io/kernel_tuner/",
3132
"Source": "https://github.com/KernelTuner/kernel_tuner",

0 commit comments

Comments
 (0)