diff --git a/pyproject.toml b/pyproject.toml index fc29ee0..d0923c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"