Skip to content

Commit 173a7be

Browse files
committed
added Chris to authors list
1 parent 40cabca commit 173a7be

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/cli/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ requires-python = ">=3.11"
66
readme = "README.md"
77
authors = [
88
{name = "Parker Hicks", email = "parker.hicks@cuanschutz.edu"},
9+
{name = "Christopher A Mancuso", email = "christopher.a.mancuso@cuanschutz.edu"},
910
{name = "Faisal Alquaddoomi", email = "faisal.alquaddoomi@cuanschutz.edu"},
1011
]
1112
keywords = ["CLI", "Database", "Data Curation", "Public Biomedical Data"]
@@ -17,6 +18,7 @@ classifiers = [
1718
"Programming Language :: Python :: 3.11",
1819
"Programming Language :: Python :: 3.12",
1920
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
2022
]
2123

2224
dependencies = [

packages/core/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
authors = [
88
{name = "Parker Hicks", email = "parker.hicks@cuanschutz.edu"},
9+
{name = "Christopher A Mancuso", email = "christopher.a.mancuso@cuanschutz.edu"},
910
{name = "Faisal Alquaddoomi", email = "faisal.alquaddoomi@cuanschutz.edu"},
1011
]
1112
keywords = ["Database", "Data Curation", "Public Biomedical Data"]
@@ -15,6 +16,7 @@ classifiers = [
1516
"Operating System :: OS Independent",
1617
"Programming Language :: Python :: 3.12",
1718
"Programming Language :: Python :: 3.13",
19+
"Programming Language :: Python :: 3.14",
1820
]
1921

2022
dependencies = [

0 commit comments

Comments
 (0)