Skip to content

Commit f7704a9

Browse files
authored
Update cuda_bindings/setup.py
1 parent 375c33b commit f7704a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cuda_bindings/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@ def do_cythonize(extensions):
271271
["cuda/*.pyx"],
272272
# tests
273273
["tests/*.pyx"],
274-
275-
# interal files used by cybind generated bindings
274+
# interal files used by generated bindings
276275
['cuda/bindings/_internal/nvjitlink.pyx'],
277276
['cuda/bindings/_internal/utils.pyx'],
278277
]

0 commit comments

Comments
 (0)