summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 6d68f65..adb1094 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,9 +1,9 @@
+[aliases]
+release = sdist bdist_wheel
+
[bdist_wheel]
universal = 1
-[egg_info]
-tag_build = dev
-
[nosetests]
verbose=True
verbosity=1