diff --git a/setup.cfg b/setup.cfg index 3414de70..e33cfbc3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,9 @@ [metadata] license_file = LICENSE -# uploading here requires Python 3.5.3+ or setuptools 27+, -# use instead: twine upload --sign dist/fdroidserver*.tar.gz +# publish with: twine upload --sign dist/fdroidserver*.tar.gz [aliases] -release = versioncheck compile_catalog sdist +release = versioncheck sdist # All this below is for Babel config. Ideally we would only use # Babel, but it is still missing some key features that gettext gives