Go to file
Eli Schwartz 23e980fc74 setup.py: use importlib.resources from python 3.7 to find core.sr.ht Makefile
importlib.resources will guarantee to find any importable module, and
check that the resource ('Makefile') can be found within it.

This lets us get rid of the current getsitepackages() hack and
environment variable fallback, which is both verbose and badly handles
some edge cases when installing modules, and instead use the recommended
way to find data files shipped with a python module.
2020-05-11 09:36:29 -04:00
.builds Add a build manifest for Debian packaging 2020-05-01 08:28:44 -04:00
hubsrht Improve UI on project checklist 2020-05-08 11:17:58 -04:00
scss Set image max width to 100% on project summaries 2020-04-29 13:53:17 -04:00
.gitignore Initial commit 2020-03-24 10:26:15 -04:00
LICENSE Initial commit 2020-03-24 10:26:15 -04:00
Makefile Initial commit 2020-03-24 10:26:15 -04:00
README.md Initial commit 2020-03-24 10:26:15 -04:00
config.example.ini Add config.example.ini 2020-05-04 10:55:26 -04:00
hubsrht-initdb Better handling of private or unlisted resources 2020-04-29 13:25:49 -04:00
hubsrht-migrate Better handling of private or unlisted resources 2020-04-29 13:25:49 -04:00
run.py Initial commit 2020-03-24 10:26:15 -04:00
setup.py setup.py: use importlib.resources from python 3.7 to find core.sr.ht Makefile 2020-05-11 09:36:29 -04:00
static Initial commit 2020-03-24 10:26:15 -04:00

README.md

This repository contains the code for the sr.ht project hub. For instructions on deploying or contributing to this project, visit the manual here:

https://man.sr.ht/hub.sr.ht/installation.md