diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-07-20 16:54:47 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-07-20 16:56:23 +0200 |
| commit | fa66badbb76f9a02aaeff4dcbff73366ae6a3da4 (patch) | |
| tree | 6eb76dbe2a47dbd92f9b75889dbebd4766a88a4d | |
| parent | dd2ab68f92aa2a5f140f3d5f68d6bfb2079b12a6 (diff) | |
Remove tabs in setup.cfg
Causes a ConfigParser error when using setuptools with Python 2.
| -rw-r--r-- | setup.cfg | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |
