diff --git a/setup.cfg b/setup.cfg index 76777df3..ed171a15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ # uploading here requires Python 3.5.3+ or setuptools 27+, # use instead: twine upload dist/fdroidserver*.tar.gz* [aliases] -release = versioncheck register compile_catalog sdist upload --sign +release = versioncheck compile_catalog register sdist upload --sign # All this below is for Babel config. Ideally we would only use # Babel, but it is still missing some key features that gettext gives