From f9b585a9564615b4bbcfb744cc4555c6faa1e8c0 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Mon, 30 Oct 2017 02:41:54 +0100 Subject: [PATCH] Release v0.10.1 --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6144805..df94a35 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pronto -version = 0.10.0 +version = 0.10.1 author = Martin Larralde author-email = martin.larralde@ens-paris-saclay.fr home-page = https://github.com/althonos/pronto @@ -54,6 +54,9 @@ test = PyYAML mock +[sdist] +formats = zip + [bdist_wheel] universal = 1