Skip to content

Commit

Permalink
toml
Browse files Browse the repository at this point in the history
  • Loading branch information
christinahedges committed Apr 23, 2024
1 parent 5afde59 commit ad39857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[tool.poetry]
name = "tessproposaltool"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["Christina Hedges <christina.l.hedges@nasa.gov>"]
readme = "README.md"
packages = [{include = "tessproposaltool", from = "src"}]
include = ["pyproject.toml"]

[tool.poetry.dependencies]
python = "^3.9"
Expand All @@ -18,7 +19,6 @@ tqdm = "^4.66.2"
lxml = "^5.2.1"
toml = "^0.10.2"


[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
black = "^24.4.0"
Expand Down

0 comments on commit ad39857

Please sign in to comment.