Skip to content

Commit 9c42bc4

Browse files
committed
All but Windows build work. Trying to fix it now
1 parent cfc9359 commit 9c42bc4

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
@@ -128,7 +128,7 @@ def run(self):
128128
name="torch-webgpu",
129129
version="0.0.1",
130130
description="WebGPU backend for PyTorch",
131-
long_description=open("README.md").read(),
131+
long_description=Path("README.md").read_text(encoding="utf-8"),
132132
long_description_content_type="text/markdown",
133133
author="Jedrzej Maczan",
134134
author_email="jedrzejpawel@maczan.pl",

0 commit comments

Comments
 (0)