Fix the need to set PYTHONPATH, edited README

Edit wheel.packages metadata to include namespace package "cuda".
Updated README to remove the work-around of setting PYTHONPATH,
as it is no longer necessary.
This commit is contained in:
Oleksandr Pavlyk
2025-07-22 14:12:08 -05:00
parent a535a1d173
commit 893cefb400
2 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,6 @@ nvbench_DIR=$(pwd)/nvbench_install/lib/cmake CUDACXX=/usr/local/cuda/bin/nvcc pi
### Verify that package works
```
export PYTHONPATH=$(pwd):${PYTHONPATH}
python test/run_1.py
```