From 28bae748d7daff05d36040f62d86c05b89127232 Mon Sep 17 00:00:00 2001 From: Jason Humber Date: Fri, 27 Dec 2024 16:11:06 -0600 Subject: [PATCH] #86 use full company name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 459a5c3..fc20102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = """\ and Tables using regular Python objects and SQLite syntax.\ """ readme = "README.md" -authors = [{ name = "Integrated Informatics Inc.", email = "contact@integrated-informatics.com" }] +authors = [{ name = "Integrated Informatics (USA) Inc.", email = "contact@integrated-informatics.com" }] license = { file = "LICENSE" } classifiers = [ "Programming Language :: Python",