summaryrefslogtreecommitdiffstats
path: root/base/common/python/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/python/setup.cfg')
-rw-r--r--base/common/python/setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/common/python/setup.cfg b/base/common/python/setup.cfg
new file mode 100644
index 000000000..ad4348612
--- /dev/null
+++ b/base/common/python/setup.cfg
@@ -0,0 +1,6 @@
+[bdist_wheel]
+universal = 1
+
+[aliases]
+packages = clean --all egg_info bdist_wheel sdist --format=zip
+release = packages register upload