Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade jinja2 to fix issue installing old markupsafe on Ubuntu 18.04. | Ben Sturmfels | 2021-09-23 | 1 | -1/+2 |
| | | | | | This also aligns with our requirement of Python 3.6 or greater due to recent jinja2 versions requiring f-strings. | ||||
* | Add db/migrations/env.py to MANIFEST.in | Elisei Roca | 2021-09-20 | 1 | -5/+0 |
| | | | | | | | 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> | ||||
* | Remove reference to unused translitcodec. | Ben Sturmfels | 2021-04-23 | 1 | -2/+0 |
| | |||||
* | Don't include package_dir argument. | Ben Sturmfels | 2021-04-08 | 1 | -5/+0 |
| | |||||
* | Add pyproject.toml and switch to setup.cfg with only a skeleton setup.py. | Ben Sturmfels | 2021-04-08 | 1 | -0/+106 |