Skip to content

Commit

Permalink
Fix pyproject errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaulifn committed Oct 25, 2023
1 parent 78beeac commit 60daefd
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,9 +1,9 @@
[tool.poetry]
name = "solcast"
name = "pysolcast"
version = "1.0.15"
description = ""
authors = ["Nathaniel McAuliffe <[email protected]>"]
readme = "README.md"
readme = "README.rst"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 60daefd

Please sign in to comment.