Skip to content

Commit 1239842

Browse files
authored
Fix Windows Build (#2333)
1 parent 4235837 commit 1239842

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
@@ -688,7 +688,7 @@ def bool_to_on_off(value):
688688
ext_modules=get_extensions(),
689689
extras_require={"dev": read_requirements("dev-requirements.txt")},
690690
description="Package for applying ao techniques to GPU models",
691-
long_description=open("README.md").read(),
691+
long_description=open("README.md", encoding="utf-8").read(),
692692
long_description_content_type="text/markdown",
693693
url="https://github.com/pytorch/ao",
694694
cmdclass={"build_ext": TorchAOBuildExt},

0 commit comments

Comments
 (0)