From d36d495ca8ff740fcc69aaf4fc9cadac59ce9c91 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Fri, 25 Sep 2015 14:48:12 +0200 Subject: [PATCH] setup.cfg: Update release alias We'll want to do a source distribution and a wheel when the release is triggered. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 61207e66..40a11352 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ tag_date = true [aliases] -release = egg_info -RDb '' +release = sdist bdist_wheel [pytest] norecursedirs = .* _* scripts {args} -- 2.47.2