Skip to content

Commit 5492295

Browse files
authored
Fix missing comma in setup.py (#2)
1 parent f320844 commit 5492295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def make_relative_rpath(path):
9595
description='XLA bridge for PyTorch',
9696
url='https://github.com/pytorch/xla',
9797
author='Alex Suhan, Davide Libenzi',
98-
98+
9999
# Exclude the build files.
100100
packages=find_packages(exclude=['build']),
101101
ext_modules=[

0 commit comments

Comments
 (0)