Skip to content

Commit

Permalink
Tidy pyproject.toml readme and license fields
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Jun 19, 2024
1 parent daf9a70 commit cb2fcc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ requires = [
name = "treepoem"
version = "3.24.0"
description = "Barcode rendering for Python supporting QRcode, Aztec, PDF417, I25, Code128, Code39 and many more types."
readme = { file = "README.rst", content-type = "text/x-rst" }
readme = "README.rst"
keywords = [
"barcode bwipp postscript ghostscript qr qrcode aztec azteccode pdf417 interleaved2of5 i25 code128 code39",
]
license = { text = "MIT" }
maintainers = [
{ name = "Adam Johnson", email = "me@adamj.eu" },
]
Expand Down

0 comments on commit cb2fcc6

Please sign in to comment.