diff options
author | Adam Chainz <me@adamj.eu> | 2016-04-15 17:42:43 +0100 |
---|---|---|
committer | Adam Chainz <me@adamj.eu> | 2016-04-15 17:42:43 +0100 |
commit | ad48cb1aa2d95e839ad98b225f4b3321493bd8c8 (patch) | |
tree | 21ffad6da048e87ca1e12bbce887092f61c4ae1f /setup.cfg | |
parent | 0cf26f86ea5dc60c70850fb99b5633d0f6638247 (diff) | |
download | pymemcache-ad48cb1aa2d95e839ad98b225f4b3321493bd8c8.tar.gz |
setup.cfg - fix [wheel] -> [bdist_wheel]
[wheel] is legacy, [bdist_wheel] is the future. See https://bitbucket.org/pypa/wheel/src/4da780b849affbff98a0defb21ad1f30a94d6f57/wheel/bdist_wheel.py?at=default&fileviewer=file-view-default#bdist_wheel.py-119
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -[wheel] +[bdist_wheel] universal = true [pytest] |