aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade jinja2 to fix issue installing old markupsafe on Ubuntu 18.04.Ben Sturmfels2021-09-231-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.inElisei Roca2021-09-201-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 Sturmfels2021-04-231-2/+0
|
* Don't include package_dir argument.Ben Sturmfels2021-04-081-5/+0
|
* Add pyproject.toml and switch to setup.cfg with only a skeleton setup.py.Ben Sturmfels2021-04-081-0/+106