Skip to content

Commit

Permalink
Add license to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
nfergu authored Nov 28, 2024
1 parent dc29fa2 commit 6d6e1df
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
@@ -1,10 +1,11 @@
[tool.poetry]
name = "referrers"
version = "0.10.1"
version = "0.11.0"
description = "Finds the graph of referrers for a Python object"
authors = ["Neil Ferguson"]
readme = "README.md"
repository = "https://github.com/nfergu/referrers"
license = {file = "LICENSE"}

[tool.poetry.dependencies]
python = ">=3.8"
Expand Down

0 comments on commit 6d6e1df

Please sign in to comment.