summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rwxr-xr-xsetup.cfg7
1 files changed, 1 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index a6da2c77..a5cc289a 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,10 +1,5 @@
-[egg_info]
-tag_build = dev
-
[aliases]
-release = egg_info -RDb ''
-source = register sdist binary
-binary = bdist_egg upload --show-response
+release = sdist bdist_wheel upload build_sphinx upload_docs
test = pytest
[build_sphinx]