Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jszym committed Feb 11, 2024
1 parent 87d1e42 commit 731f1a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <joseph.szymborski@mail.mcgill.ca>"]
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"
Expand Down

0 comments on commit 731f1a4

Please sign in to comment.