Skip to content

Commit

Permalink
chore: add license and homepage to build (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
qguyk authored May 10, 2021
1 parent 65de670 commit 80d4827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "entropylab"
version = "v0.0.0"
description = ""
license = "BSD-3-Clause"
authors = [
"Guy Kerem <[email protected]>",
"Ilan Mitnikov <[email protected]>",
Expand All @@ -17,6 +18,7 @@ exclude = [
"**/tests/**",
]
readme = "README.md"
homepage = "https://github.com/entropy-lab/entropy"

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

0 comments on commit 80d4827

Please sign in to comment.