From 2d52cb8433a1e76ab7f22e8b32bc43714f4456ab Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Thu, 17 Oct 2024 11:34:05 -0400 Subject: [PATCH] chore: add missing 'readme' entry to project This was causing errors with twine during the publishs step. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b85e226..2a68cce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ name = "mozilla-taskgraph" version = "3.0.0" description = "Mozilla specific transforms and utilities for Taskgraph" +readme = "README.md" authors = [ { name = "Mozilla Release Engineering", email = "release+mozilla-taskgraph@mozilla.com"} ]