Skip to content

Commit

Permalink
Clean up build
Browse files Browse the repository at this point in the history
  • Loading branch information
inno committed May 13, 2024
1 parent fbcdaa4 commit 6a9653c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ shell = """
"""
[tool.poetry]
name = "pysimplecli"
version = "1.0.0"
description = ""
version = "1.0.1"
description = "Easily turn functions into command line utilities"
authors = ["Clif Bratcher <[email protected]>"]
readme = "README.md"
packages = [
Expand All @@ -46,7 +46,6 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
poethepoet = "^0.26.1"

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

0 comments on commit 6a9653c

Please sign in to comment.