Update.
Some checks failed
Tests / test (macos-latest, 3.10) (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (macos-latest, 3.8) (push) Waiting to run
Tests / test (macos-latest, 3.9) (push) Waiting to run
Tests / test (ubuntu-latest, 3.9) (push) Waiting to run
Tests / test (windows-latest, 3.10) (push) Waiting to run
Tests / test (windows-latest, 3.11) (push) Waiting to run
Tests / test (windows-latest, 3.12) (push) Waiting to run
Tests / test (windows-latest, 3.8) (push) Waiting to run
Tests / test (windows-latest, 3.9) (push) Waiting to run
Lint / lint (push) Failing after 37s
Tests / test (ubuntu-latest, 3.10) (push) Successful in 56s
Tests / test (ubuntu-latest, 3.11) (push) Successful in 52s
Tests / test (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / test (ubuntu-latest, 3.8) (push) Has been cancelled

This commit is contained in:
retoor 2025-11-04 08:20:03 +01:00
parent e86d69e8af
commit feec1247d4

View File

@ -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 = ["."]