Skip to content

Commit

Permalink
Merge pull request #77 from mercadopago/fix/adjust-pyproject
Browse files Browse the repository at this point in the history
[Fix] Adjust pyproject.toml
  • Loading branch information
renanneri01 authored Jun 27, 2024
2 parents 346ce73 + e87be9c commit e909079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ authors = [
]
description = "Mercadopago SDK module for Payments integration"
readme = "README.md"
keywords = ["api", "mercadopago", "checkout", "payment in sdk integration", lts"]
license = {file = "LICENSE}
keywords = ["api", "mercadopago", "checkout", "payment in sdk integration", "lts"]
license = {file = "LICENSE"}
requires-python = ">=3.7"
dependencies = [
"requests"
Expand Down

0 comments on commit e909079

Please sign in to comment.