We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc9359 commit 9c42bc4Copy full SHA for 9c42bc4
setup.py
@@ -128,7 +128,7 @@ def run(self):
128
name="torch-webgpu",
129
version="0.0.1",
130
description="WebGPU backend for PyTorch",
131
- long_description=open("README.md").read(),
+ long_description=Path("README.md").read_text(encoding="utf-8"),
132
long_description_content_type="text/markdown",
133
author="Jedrzej Maczan",
134
author_email="jedrzejpawel@maczan.pl",
0 commit comments