Skip to content

Commit

Permalink
build: add repo and docs (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher authored Apr 14, 2023
1 parent afbc879 commit 2c45c88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[tool.poetry]
name = "miniwdl_lsf"
name = "miniwdl-lsf"
version = "0.1.0"
description = "miniwdl lsf backend using singularity"
authors = ["Andrew Thrasher <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/adthrasher/miniwdl-lsf/"
documentation = "https://adthrasher.github.io/miniwdl-lsf/"
packages = [{include = "miniwdl_lsf", from = "src"}]
keywords = ["WDL", "miniwdl", "workflow language", "LSF", "Singularity"]
classifiers = [
Expand Down

0 comments on commit 2c45c88

Please sign in to comment.