Skip to content

Commit

Permalink
Fixed unclosed string in pyproject authors
Browse files Browse the repository at this point in the history
  • Loading branch information
kstone40 committed Aug 9, 2024
1 parent 4ebea5d commit 7838b2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
name = "obsidian-apo"
version = "0.7.12"
description = "Automated experiment design and black-box optimization"
authors = [
{name = "Kevin Stone, email = "[email protected]"},
{name = "Yuting Xu", email = "[email protected]"}
]
packages = [
{ include = "obsidian" },
]

[project]
authors = [
{name = "Kevin Stone", email = "[email protected]"},
{name = "Yuting Xu", email = "[email protected]"}
]
readme = "readme.md"
requires-python = ">=3.10"
license = {text = "GPLv3"}
Expand Down

0 comments on commit 7838b2a

Please sign in to comment.