From 421e07db12e2e0679aeb96855ace08a6ed7f1221 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 15 Feb 2022 21:06:02 +0100 Subject: [PATCH] stop compiling locale files for the sdist tarballs !1014 #934 --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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