Skip to content

Commit

Permalink
fix(build): set README.md as the readme in pyproject.toml
Browse files Browse the repository at this point in the history
This makes `twine check` pass (and allow uploads to pypi)
  • Loading branch information
b1rger committed Jun 10, 2024
1 parent 39b84fe commit 763fe37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.9.0"
description = "Bibsonomy/Zotero plugin for managing refernces in APIS framework"
authors = ["Matthias Schlögl <m.schloegl@gmail.com>"]
license = "MIT"
readme = "README.md"

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

0 comments on commit 763fe37

Please sign in to comment.