summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-07-20 16:54:47 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-07-20 16:56:23 +0200
commitfa66badbb76f9a02aaeff4dcbff73366ae6a3da4 (patch)
tree6eb76dbe2a47dbd92f9b75889dbebd4766a88a4d /setup.cfg
parentdd2ab68f92aa2a5f140f3d5f68d6bfb2079b12a6 (diff)
Remove tabs in setup.cfg
Causes a ConfigParser error when using setuptools with Python 2.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 5 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 914b43d..185845e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,7 @@
[bdist_wheel]
- # We support both Python 2 and Python 3
- universal = 1
+# We support both Python 2 and Python 3
+universal = 1
+
[metadata]
- # Include the license file in wheels
- license_file = LICENSE.txt
+# Include the license file in wheels
+license_file = LICENSE.txt