Skip to content

Commit 5646808

Browse files
committed
add simple build instruction
1 parent 8c49acc commit 5646808

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cuda_py/DESCRIPTION.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

cuda_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ packages = ["cuda", "cuda.py"]
4949

5050
[tool.setuptools.dynamic]
5151
version = { attr = "cuda.py._version.__version__" }
52-
readme = { file = ["DESCRIPTION.rst"], content-type = "text/x-rst" }
52+
readme = { file = ["README.md"], content-type = "text/markdown" }

0 commit comments

Comments
 (0)