Skip to content

Commit

Permalink
Merge pull request #9 from lasisilab/fix--tool-poetry
Browse files Browse the repository at this point in the history
fix: update toml
  • Loading branch information
jakevc authored Feb 12, 2024
2 parents bf788c2 + 95a4dc2 commit 77aa20e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
id: release
with:
release-type: python
package-name: snakemake

publish:
runs-on: ubuntu-latest
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[![Test](https://github.com/lasisilab/fibermorph/actions/workflows/test.yaml/badge.svg)](https://github.com/lasisilab/fibermorph/actions/workflows/test.yaml)

![PyPI version](https://img.shields.io/pypi/v/fibermorph.svg)
[![Test](https://github.com/lasisilab/fibermorph/actions/workflows/test.yaml/badge.svg)](https://github.com/lasisilab/fibermorph/actions/workflows/test.yaml) ![PyPI version](https://img.shields.io/pypi/v/fibermorph.svg)


# fibermorph
Expand Down
18 changes: 7 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "fibermorph"
version = "0.3.2"
description = "Toolkit for analyzing hair fiber morphology"
authors = ["tinalasisi <tina.lasisi@gmail.com>"]
license = "LICENSE"
readme = "README.md"
homepage = "https://github.com/lasisilab/fibermorph"
repository = "https://github.com/lasisilab/fibermorph"

[tool.poetry.dependencies]
python = "^3.11"
Expand All @@ -24,15 +30,5 @@ sympy = "^1.12"
pytest = "^8.0.0"
pyarrow = "^15.0.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[project]
requires-python = ">= 3.11"

[tool.poetry.scripts]
fibermorph = "fibermorph.fibermorph:main"

[project.urls]
"Homepage" = "https://github.com/tinalasisi/fibermorph"
fibermorph = "fibermorph.fibermorph:main"

0 comments on commit 77aa20e

Please sign in to comment.