summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2019-12-01 16:06:43 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2019-12-01 16:06:43 +0000
commitcf8a7f49db9df39af8f0b8ca17b2546a447ffabd (patch)
tree05c24c0cda59cf1466e824262e7c637db7760236 /setup.py
parentbca03bde748f9d106d7f762b509ab3888ddbce80 (diff)
downloadpython-fastimport-git-cf8a7f49db9df39af8f0b8ca17b2546a447ffabd.tar.gz
Fix PEP8 formatting.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d4a5316..5f3914a 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,8 @@ setup(name="fastimport",
],
classifiers=[
'Development Status :: 4 - Beta',
- 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
+ 'License :: OSI Approved :: GNU General Public License v2 '
+ 'or later (GPLv2+)',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',