Skip to content

Commit

Permalink
Update build metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Mar 21, 2024
1 parent 7e52275 commit 756ce10
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
name = "agct"
version = "0.1.0-dev1"
authors = [
{name = "James Stevenson"}
{name = "James Stevenson"},
{name = "Kori Kuzma"},
]
description = "Another Genome Conversion Tool: Python frontend to Rust chainfile crate"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.8"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Rust",
Expand All @@ -18,10 +16,14 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
]
requires-python = ">=3.8"
description = "Another Genome Conversion Tool: Python frontend to Rust chainfile crate"
license = {file = "LICENSE"}
dependencies = ["wags-tails"]

[project.optional-dependencies]
Expand Down

0 comments on commit 756ce10

Please sign in to comment.