X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=setup.cfg;h=ed171a15cfb547329d8bb9c2f79f3f7dd8ec3c95;hb=b2ca49b26cb89f3771f3b0daa21d62bb2152b6f7;hp=afaf13e21977e6e378afd59ed27c76c2c2c3df4d;hpb=95c5b0840ce796a07a1163ad563af54dcf412658;p=fdroidserver.git diff --git a/setup.cfg b/setup.cfg index afaf13e2..ed171a15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,8 @@ +# uploading here requires Python 3.5.3+ or setuptools 27+, +# use instead: twine upload dist/fdroidserver*.tar.gz* [aliases] -release = 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