diff --git a/pyproject.toml b/pyproject.toml index 099b3bf..7b6c760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,11 +18,14 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "slurmutils" -version = "0.4.0" +version = "0.5.0" description = "Utilities and APIs for interfacing with the Slurm workload manager." -repository = "https://github.com/canonical/slurmutils" -authors = ["Jason C. Nucciarone "] -maintainers = ["Jason C. Nucciarone "] +repository = "https://github.com/charmed-hpc/slurmutils" +authors = ["Jason C. Nucciarone "] +maintainers = [ + "Jason C. Nucciarone ", + "Ubuntu High-Performance Computing " +] license = "LGPL-3.0-only" readme = "README.md" keywords = ["HPC", "administration", "orchestration", "utility"] @@ -41,7 +44,7 @@ classifiers=[ python = ">=3.8" [tool.poetry.urls] -"Bug Tracker" = "https://github.com/canonical/slurmutils/issues" +"Bug Tracker" = "https://github.com/charmed-hpc/slurmutils/issues" # Testing tools configuration [tool.coverage.run]