summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2016-04-22 18:55:26 -0700
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2016-04-22 18:55:26 -0700
commit5f11027c754be854180e7227340c3e7a9a8983a3 (patch)
tree4407f553a3e430fe5ae37990ae8180e88c08b114
parent6ed74c587e3ed90f00c31dab57d8ae7f8eeef4c3 (diff)
parent81f40885856cfc295b4c22394f377b49dec7dc73 (diff)
downloadisort-5f11027c754be854180e7227340c3e7a9a8983a3.tar.gz
Merge pull request #424 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 4ab7eb2b..85548bf5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
-[wheel]
+[bdist_wheel]
universal = 1
[flake8]