aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 9507485a..262c793d 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,5 @@
[aliases]
-source = register sdist binary
binary = bdist_egg upload --show-response
+develop = develop
+source = register sdist binary