diff --git a/pyproject.toml b/pyproject.toml index 8cb7358..ad3b7dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,12 +29,12 @@ classifiers = [ [project.optional-dependencies] dev = [ - "pytest>=7.0.0", - "pytest-cov>=4.0.0", - "black>=23.0.0", - "flake8>=6.0.0", - "mypy>=1.0.0", - "pre-commit>=3.0.0", + "pytest", + "pytest-cov", + "black", + "flake8", + "mypy", + "pre-commit", ] [project.scripts] @@ -43,10 +43,10 @@ rp = "pr.__main__:main" rpe = "pr.editor:main" [project.urls] -Homepage = "https://github.com/retoor/pr-assistant" -Documentation = "https://github.com/retoor/pr-assistant#readme" -Repository = "https://github.com/retoor/pr-assistant" -"Bug Tracker" = "https://github.com/retoor/pr-assistant/issues" +Homepage = "https://retoor.molodetz.nl/retoor/rp" +Documentation = "https://retoor.molodetz.nl/retoor/rp#readme" +Repository = "https://retoor.molodetz.nl/retoor/rp" +"Bug Tracker" = "https://retoor.molodetz.nl/retoor/rp/issues" [tool.setuptools.packages.find] where = ["."]