Skip to content

Commit

Permalink
ugh, i broke setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Nov 26, 2023
1 parent 6f2a607 commit e0f0f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup
from pathlib import Path

description = (Path(__file__).resolve().parent / "README").read_text()
description = (Path(__file__).resolve().parent / "README.md").read_text()
setup(name='gpuctypes',
version='0.1.1',
description='ctypes wrappers for HIP, CUDA, and OpenCL',
Expand Down

0 comments on commit e0f0f56

Please sign in to comment.