Skip to content

Commit

Permalink
Prepare for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
smeisler authored Aug 30, 2024
1 parent 2c26306 commit ccd8fd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "Ingress2QSIRecon"
version = "0.1.0"
description = ""
description = "Tool to ingress data from other pipelines for use in QSIRecon"
authors = ["Steven Meisler <[email protected]>"]
readme = "README.md"
packages = [{include = "ingress2qsirecon"}]
Expand All @@ -22,6 +22,10 @@ pydantic = "^2.8"
python = "^3.10"
SimpleITK = "^2.4.0"

[tool.poetry.urls]
homepage = "https://github.com/PennLINC/ingress2qsirecon"
repository = "https://github.com/PennLINC/ingress2qsirecon"


[tool.poetry.group.test.dependencies]
pytest = "^8.3.2"
Expand Down

0 comments on commit ccd8fd1

Please sign in to comment.