1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-02-04 15:00:26 +01:00

Dependency declarations; moved project to Codeberg

This commit is contained in:
2025-12-11 17:58:21 +01:00
parent 96a8946a9a
commit 971ede6067
2 changed files with 8 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ test = [
]
lint = [
"ruff>=0.1.0",
"mypy>=1.0.0",
"pyrefly",
]
# Publishing on PyPI
pub = [
@@ -50,7 +50,7 @@ pub = [
"twine"
]
server = [
"gunicorn>=23.0.0",
"uvicorn",
]
# dynamic = ["version"]
@@ -58,8 +58,8 @@ server = [
my-script = "digimarks:app"
[project.urls]
"Homepage" = "https://github.com/aquatix/digimarks"
"Bug Tracker" = "https://github.com/aquatix/digimarks/issues"
"Homepage" = "https://codeberg.org/diginaut/digimarks"
"Bug Tracker" = "https://codeberg.org/diginaut/digimarks/issues"
[tool.black]
line-length = 120

View File

@@ -7,6 +7,7 @@ pyrefly
# Test suite
pytest
pytest-cov
# Publishing on PyPI
build