Skip to content

Commit

Permalink
chore: Update pyproject.toml to be compatible with Poetry 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
coreone committed Jan 6, 2025
1 parent 4e2cf2d commit 7aac9a0
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 12 deletions.
39 changes: 35 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 10 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pysudoers"
version = "2.2.0"
[project]
authors = [
{ name = "Andrew Teixeira", email = "<teixeira@broadinstitute.org>"}
]
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"
authors = ["Andrew Teixeira <teixeira@broadinstitute.org>"]
name = "pysudoers"
readme = "README.md"
repository = "https://github.com/broadinstitute/python-sudoers.git"
homepage = "https://github.com/broadinstitute/python-sudoers.git"
keywords = ["linux", "sudoers"]
requires-python = ">=3.9,<4.0.0"
version = "2.2.0"

[tool.poetry.dependencies]
python = "^3.9" # Compatible python versions must be declared here

toml = "^0.10.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 7aac9a0

Please sign in to comment.