Fix pyproject.toml readme reference

- Change README_placeholder.md to README.md
- Resolves invalid file reference in package configuration
This commit is contained in:
Vijay Janapa Reddi
2025-11-10 06:21:14 -05:00
parent 3b1922c653
commit 4c5ef3905d

View File

@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name="tinytorch"
version = "0.0.1"
description = "🚧 TinyTorch: Educational Deep Learning Framework (Coming Soon)"
readme = "README_placeholder.md"
readme = "README.md"
requires-python=">=3.8"
authors = [
{name = "Vijay Janapa Reddi", email = "vj@eecs.harvard.edu"}