summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2017-05-23 21:12:11 +0200
committerGitHub <noreply@github.com>2017-05-23 21:12:11 +0200
commit8bd97764ebcd5745ba27bb4110c55c3b2f1a7f73 (patch)
tree34f8a45e40d5fcd6383d7e1fc4d650692a0e0bd0
parentae9cb806abbb0465846a56d375999bbed008e277 (diff)
parent2685bb9a54bb8033490f39b0ac78d94032dba74c (diff)
downloadsqlparse-8bd97764ebcd5745ba27bb4110c55c3b2f1a7f73.tar.gz
Merge pull request #335 from jdufresne/bdist_wheel
Rename section to [bdist_wheel] as [wheel] is considered "legacy"
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 6595a6c..2bcf8a9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
-[wheel]
+[bdist_wheel]
universal = 1
[tool:pytest]