summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2018-10-24 13:52:58 +0100
committerChris Dent <cdent@anticdent.org>2018-10-24 13:52:58 +0100
commit9ceef07267ba83ea5c00533f85f9edf9ba38cd71 (patch)
treea629a6ee15e6639a77f9f9b5564a0b6357f05b7b /setup.cfg
parent3363151d41ea7ffebd8b79e236c191d6f659c78a (diff)
downloadpaste-git-9ceef07267ba83ea5c00533f85f9edf9ba38cd71.tar.gz
Prepare a 3.0.0 release3.0.0
This is for the sake of getting something out there, including fixes to get stuff working with Python 3.7.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e60fe4f..00ae880 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,3 +6,5 @@ tag_svn_revision = 0
[aliases]
distribute = register sdist bdist_egg upload pudge publish
+[bdist_wheel]
+universal=1