From dd9adb8f7a4bee2aff5e00f5e810a37f3dcb4d14 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 3 Dec 2013 11:37:32 +0000 Subject: [PATCH] Add upload_all setup.cfg alias. --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index fb18565..530e4e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,3 +7,6 @@ verbose = true sign = True identity = 0xa3adb67a2cdb8b35 +[aliases] +upload_all = 'sdist bdist_egg bdist_wheel upload' +