Skip to content

Commit

Permalink
fix author string for poetry 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Jan 15, 2025
1 parent f62025c commit 43d75e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ readme = "README.md"
Changelog = "https://github.com/pydna-group/pydna/blob/master/docs/CHANGELOG.md#changelog"
[tool.poetry]
description = "Representing double stranded DNA and functions for simulating cloning and homologous recombination between DNA molecules."
authors = ["Björn F. Johansson<[email protected]>", "Manuel Lera-Ramirez<[email protected]>"]
authors = ["Björn F. Johansson <[email protected]>", "Manuel Lera-Ramirez <[email protected]>"]
documentation = "https://pydna-group.github.io/pydna"
homepage = "https://github.com/pydna-group/pydna#-pydna"
license = "BSD"
Expand Down

0 comments on commit 43d75e6

Please sign in to comment.