Use quotes consistently 10/71510/2
authorSam Hague <shague@redhat.com>
Fri, 27 Apr 2018 11:50:28 +0000 (07:50 -0400)
committerSam Hague <shague@redhat.com>
Sat, 28 Apr 2018 14:11:18 +0000 (10:11 -0400)
JIRA: NETVIRT-1232
Change-Id: If7d435a8f5d58b2a5dc0befbea524357ca69df2a
Signed-off-by: Sam Hague <shague@redhat.com>
resources/tools/odltools/setup.py

index f7764c7de00a89857a4a28c016fa245b2950cdc2..369b7985c45929dedbaf4b026730681dbbf7ee87 100644 (file)
@@ -45,7 +45,7 @@ setup(
     keywords='development',
     zip_safe=False,
     # entry_points={'console_scripts': ['odltools=odltools.__main__:main']},
-    classifiers=textwrap.dedent("""
+    classifiers=textwrap.dedent('''
         Development Status :: 1 - Planning
         Intended Audience :: Developers
         License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)
@@ -55,7 +55,7 @@ setup(
         Programming Language :: Python :: 2.7
         Topic :: Software Development
         Topic :: Utilities
-        """).strip().splitlines(),
+        ''').strip().splitlines(),
     cmdclass={
         'clean': CleanCommand,
     }