Skip to content

Commit

Permalink
chore: Fix incorrect pyproject.toml format
Browse files Browse the repository at this point in the history
  • Loading branch information
coreone committed Jan 7, 2025
1 parent 9568b68 commit 379ebfa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ authors = [
]
description = "Python interface to the Linux sudoers file"
dynamic = [ "dependencies" ]
homepage = "https://github.com/broadinstitute/python-sudoers.git"
keywords = ["linux", "sudoers"]
license = "BSD-3-Clause"
license = { text = "BSD-3-Clause" }
name = "pysudoers"
readme = "README.md"
repository = "https://github.com/broadinstitute/python-sudoers.git"
requires-python = ">=3.9,<4.0.0"
version = "2.2.0"

[project.urls]
homepage = "https://github.com/broadinstitute/python-sudoers.git"
repository = "https://github.com/broadinstitute/python-sudoers.git"

[tool.poetry.dependencies]
toml = "^0.10.2"

Expand Down

0 comments on commit 379ebfa

Please sign in to comment.