mirror of
https://git.sr.ht/~sircmpwn/todo.sr.ht
synced 2024-11-01 19:45:34 +01:00
No description
9988865ac3
Currrently, builds for patches are broken because the version numbers generated for them are not valid according to PEP 440 [1]. This has to be solved in several steps, in coordination with the packaging code. Procedure will be the same as for core.sr.ht: https://git.sr.ht/~sircmpwn/core.sr.ht/commit/57ee3427 The only difference is that the extra build step (running `make`) will remain in `setup.py` (as there is no generic mechanism for this in `pyproject.toml`). This just means the build process will still always have to be performed with setuptools as backend. [1] https://peps.python.org/pep-0440 |
||
---|---|---|
.builds | ||
api | ||
scss | ||
tests | ||
todosrht | ||
.git_archival.txt | ||
.gitattributes | ||
.gitignore | ||
config.example.ini | ||
config.test.ini | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
pyproject.toml | ||
README.md | ||
run.py | ||
schema.sql | ||
setup.py | ||
static | ||
todosrht-initdb | ||
todosrht-lmtp | ||
todosrht-migrate |
This repository contains the code for the sr.ht ticket tracking service. For instructions on deploying or contributing to this project, visit the manual here: