Skip to content

Commit

Permalink
chore: update project metadata (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jan 22, 2024
1 parent 5f831a2 commit bf7129b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ name = "dcd-mapping"
description = "Map MaveDB scoresets to VRS objects"
authors = [
{name = "Alex Handler Wagner", email = "[email protected]"},
{name = "Jeremy Arbesfeld", email = "[email protected]"},
{name = "Samriddhi TODO", email = "[email protected]"},
{name = "Jeremy Arbesfeld", email = "[email protected]"},
{name = "Samriddhi Singh", email = ""},
{name = "James Stevenson", email = "[email protected]"},
]
readme = "README.md"
version = "0.0.1"
license = { file = "LICENSE" }
classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: FastAPI",
"Framework :: Pydantic",
"Framework :: Pydantic :: 1",
"Framework :: Pydantic :: 2",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
Expand All @@ -31,10 +31,9 @@ dependencies = [
"biopython",
"tqdm",
"click",
"cool-seq-tool>=0.4.0.dev0",
"cool-seq-tool>=0.4.0.dev1",
"gene-normalizer>=0.3.0-dev1",
"pydantic>=2",
"fastapi",
"python-dotenv",
]

Expand Down

0 comments on commit bf7129b

Please sign in to comment.