2 # uploading here requires Python 3.5.3+ or setuptools 27+,
3 # use instead: twine upload dist/fdroidserver*.tar.gz*
5 release = versioncheck compile_catalog register sdist upload --sign
7 # All this below is for Babel config. Ideally we would only use
8 # Babel, but it is still missing some key features that gettext gives
9 # us. So for now, this Babel setup is just to make it easy for Python
10 # people who are used to it. Babel is missing:
12 # * properly tagging various Python formats in the comments
13 # * --add-location=file
15 # * --sort-output on update
17 # So for now the canonical way to update the template and translation
18 # files is: `make -C locale`
26 output_file = locale/fdroidserver.pot
27 msgid-bugs-address = https://gitlab.com/fdroid/fdroidserver/issues
31 input_file = locale/fdroidserver.pot
34 input_file = locale/fdroidserver.pot