]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
setup.cfg: Update release alias
authorLasse Schuirmann <lasse.schuirmann@gmail.com>
Fri, 25 Sep 2015 12:48:12 +0000 (14:48 +0200)
committerLasse Schuirmann <lasse.schuirmann@gmail.com>
Fri, 25 Sep 2015 12:56:12 +0000 (14:56 +0200)
We'll want to do a source distribution and a wheel when the release is
triggered.

setup.cfg

index 61207e66d351b0cb774ef04f46d30a2540f0755a..40a11352238ff87b6bcacb28ca62bf9c8f04a708 100644 (file)
--- 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}