From a83d2b3c72958c568dbb83eecf48334ce79f0af4 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Thu, 21 Mar 2024 12:08:39 -0400 Subject: [PATCH] build: reorganize metadata (#144) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 73a0c0f..647b146 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,5 @@ [project] name = "fusor" -description = "Computable object representation and validation for gene fusions" authors = [ {name = "Alex Wagner", email = "alex.wagner@nationwidechildrens.org"}, {name = "Kori Kuzma", email = "kori.kuzma@nationwidechildrens.org"}, @@ -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.*", @@ -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"