From 731f1a442589af24cafb5816023b4de1b79740bc Mon Sep 17 00:00:00 2001 From: Joseph Szymborski Date: Sat, 10 Feb 2024 21:37:04 -0500 Subject: [PATCH] Updated pyproject.toml --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5dd4bb8..1f9abac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,12 @@ [tool.poetry] name = "ppi-origami" -version = "0.1.0" +version = "0.1.2" description = "Tools for protein-protein interaction datasets." authors = ["Joseph Szymborski "] -license = "Apache License 2.0" +license = "GPL-3.0-or-later" readme = "README.md" packages = [{ include = "ppi_origami" }] +repository = "https://github.com/Emad-COMBINE-lab/ppi_origami" [tool.poetry.dependencies] python = ">=3.9,<3.13"