mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-12 01:45:57 -05:00
Fix pyproject.toml readme reference
- Change README_placeholder.md to README.md - Resolves invalid file reference in package configuration
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user