Skip to content

Commit

Permalink
build: reorganize metadata (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Mar 21, 2024
1 parent f0c45b4 commit a83d2b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[project]
name = "fusor"
description = "Computable object representation and validation for gene fusions"
authors = [
{name = "Alex Wagner", email = "[email protected]"},
{name = "Kori Kuzma", email = "[email protected]"},
Expand All @@ -25,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.8"
description = "Computable object representation and validation for gene fusions"
license = {file = "LICENSE"}
dependencies = [
"pydantic == 2.*",
Expand All @@ -47,7 +47,6 @@ Changelog = "https://github.com/cancervariants/fusor/releases"
Source = "https://github.com/cancervariants/fusor"
"Bug Tracker" = "https://github.com/cancervariants/fusor/issues"


[build-system]
requires = ["setuptools>=64.0"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit a83d2b3

Please sign in to comment.