summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-08-14 08:19:34 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-08-14 08:19:34 -0400
commitff1c4ade9f5cf0a966060110065b2aab51f40c6f (patch)
tree38d1177f64df58a924e3e158d01af515aecf5ba0 /setup.cfg
parentc00ac3e880b662c7ede430430dc14f1a1c5ac02a (diff)
downloadcherrypy-git-ff1c4ade9f5cf0a966060110065b2aab51f40c6f.tar.gz
Use 'dists' for the distributions for release, syncing with jaraco/skeleton.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 94d106fe..3d7a7f49 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,5 @@
[aliases]
-release = sdist bdist_wheel
-test = pytest
+dists = clean --all sdist bdist_wheel
[bdist_wheel]
universal = 1