From f5ddb00598d6432ca24782af45519adfc1813e10 Mon Sep 17 00:00:00 2001 From: Gleb Mezhanskiy Date: Tue, 28 Jun 2022 12:54:48 -0400 Subject: [PATCH] Set author to Datafold Setting author to Datafold team alias to make sure all inquiries are routed to designated team members and handled appropriately. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54604d7f..f903b487 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "data-diff" version = "0.2.1" description = "Command-line tool and Python library to efficiently diff rows across two different databases." -authors = ["Erez Shinnan ", "Simon Eskildsen "] +authors = ["Datafold "] license = "MIT" readme = "README.md" repository = "https://github.com/datafold/data-diff"