summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Schuirmann <lasse.schuirmann@gmail.com>2015-09-25 14:48:12 +0200
committerLasse Schuirmann <lasse.schuirmann@gmail.com>2015-09-25 14:56:12 +0200
commitd36d495ca8ff740fcc69aaf4fc9cadac59ce9c91 (patch)
treee6a24a031a654f0772f6350b54ba56a1c420f3e9
parent88c978c33c3510e7624d786aabc95dac20ad714f (diff)
downloadbabel-d36d495ca8ff740fcc69aaf4fc9cadac59ce9c91.tar.gz
setup.cfg: Update release alias
We'll want to do a source distribution and a wheel when the release is triggered.
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 61207e6..40a1135 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}