From fa66badbb76f9a02aaeff4dcbff73366ae6a3da4 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 20 Jul 2019 16:54:47 +0200 Subject: Remove tabs in setup.cfg Causes a ConfigParser error when using setuptools with Python 2. --- setup.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'setup.cfg') 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 -- cgit v1.2.3