Skip to content

Commit 78e288a

Browse files
authored
Fix build breaking with setuptools (NVIDIA#4212)
* Fix build breaking with setuptools * Do not change the classifiers field
1 parent eab41f6 commit 78e288a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/cuda_cooperative/LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

python/cuda_cooperative/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
from setuptools import setup
66

77
setup(
8-
license_files=["../../LICENSE"],
8+
license_files=["LICENSE"],
99
)

0 commit comments

Comments
 (0)