summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBen Finney <ben+python@benfinney.id.au>2018-04-23 16:15:21 +1000
committerBen Finney <ben@benfinney.id.au>2018-04-23 19:23:21 +1000
commit2404bc62530c9c2715fb3b9d33a60f27b5a790ae (patch)
treec3165bc65258dd84e43125bb64ee5ada7df623b4 /setup.py
parent6e08521c42008b4a378088df1174ba44c600eb8d (diff)
Reformat a long string in Setuptools metadata.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 26efe9e8..538c1a0b 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,9 @@ setup(
'Environment :: Console :: Curses',
'Framework :: Twisted',
'Intended Audience :: End Users/Desktop',
- 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
+ (
+ 'License :: OSI Approved'
+ ':: GNU General Public License v3 or later (GPLv3+)'),
'Operating System :: POSIX',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',