summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Gordon <charles.gordon@gmail.com>2016-04-19 09:40:19 -0700
committerCharles Gordon <charles.gordon@gmail.com>2016-04-19 09:40:19 -0700
commiteb52640fc9607cb7c57d8eab4366664004418606 (patch)
tree5df49ce9969c3c40f79c430e0396f13f16e35437
parentda4c5510819b6d0c21e7f7db89726ef31984233b (diff)
parentad48cb1aa2d95e839ad98b225f4b3321493bd8c8 (diff)
downloadpymemcache-eb52640fc9607cb7c57d8eab4366664004418606.tar.gz
Merge pull request #95 from adamchainz/setup.cfg
setup.cfg - fix [wheel] -> [bdist_wheel]
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index fe3e1c5..1d01583 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
-[wheel]
+[bdist_wheel]
universal = true
[pytest]