summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-02-06 18:17:53 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2017-02-06 18:20:32 -0800
commit06c7c58bac102838c46a5bef47e3d1758f7095c0 (patch)
treeb2370a8fe6c2552f25c6729751d5ea6358b1044d /setup.cfg
parentd2c7be6c38c9cc2dd3f5ba0dffaf38be42fcb418 (diff)
downloadoauthlib-06c7c58bac102838c46a5bef47e3d1758f7095c0.tar.gz
Add universal wheel support
See http://pythonwheels.com/ Python wheels provide faster installation for pure Python packages. To upload a wheel to PyPI use the command: python setup.py sdist bdist_wheel upload
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
new file mode 100644
index 0000000..5e40900
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[wheel]
+universal = 1