Skip to content

Commit

Permalink
Adding homepage to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gacou54 committed Nov 29, 2021
1 parent 4b4dad6 commit 9a7e254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ name = "pytrombone"
version = "0.1.2"
description = "Wrapper for the Trombone project"
authors = ["Gabriel Couture <[email protected]>"]
license = "BSD-3"
license = "BSD-3-Clause"
readme = 'README.md'
keywords = ['text']
homepage = "https://github.com/ulaval-rs/pytrombone"

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

0 comments on commit 9a7e254

Please sign in to comment.