5 Commits

Author SHA1 Message Date
Ben Sturmfels
e8efeaa8f5
Upgrade jinja2 to fix issue installing old markupsafe on Ubuntu 18.04.
This also aligns with our requirement of Python 3.6 or greater due to recent
jinja2 versions requiring f-strings.
2021-09-23 14:17:34 +10:00
Elisei Roca
b30ee2e4d2
Add db/migrations/env.py to MANIFEST.in
This fixes a warning I have with packaging where this file would get
installed in the wrong place (/usr/mediagoblin/env.py).

Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
2021-09-20 12:10:04 +10:00
Ben Sturmfels
3cd6d6ff04
Remove reference to unused translitcodec. 2021-04-23 13:54:59 +10:00
Ben Sturmfels
45a8c34a71
Don't include package_dir argument. 2021-04-08 19:12:15 +10:00
Ben Sturmfels
ecea680d67
Add pyproject.toml and switch to setup.cfg with only a skeleton setup.py. 2021-04-08 18:55:13 +10:00