From a958d530b1c4199967d0a1a07753018ce55cd728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=94=A7=20Ino=20de=20Bruijn=20=F0=9F=A7=AC?= Date: Wed, 1 Jan 2025 20:38:17 -0500 Subject: [PATCH] prep for next release --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e7b5bc..fed376e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,12 @@ [tool.poetry] name = "cbiohub" -version = "0.1.0" +version = "0.1.1" description = "Convenience functions for accessing cBioPortal data files" authors = ["Ino de Bruijn "] +readme = "README.md" +homepage = "https://github.com/cbioportal/cbiohubpy" +documentation = "https://github.com/cbioportal/cbiohubpy" +keywords = ["cbioportal", "cancer", "genomics", "parquet"] [tool.poetry.dependencies] python = ">=3.12" @@ -31,4 +35,4 @@ include = [ [tool.black] line-length = 88 -target-version = ['py36', 'py37', 'py38', 'py39', 'py310'] \ No newline at end of file +target-version = ['py36', 'py37', 'py38', 'py39', 'py310']