From ea636cc5aebb4636fe0b2f4cd0a4cbe7491d1809 Mon Sep 17 00:00:00 2001 From: svkeerthy Date: Wed, 31 Jul 2024 11:08:58 +0530 Subject: [PATCH] Fixing formatting in setup.py --- Manylinux2014_Compliant_Source/pkg/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manylinux2014_Compliant_Source/pkg/setup.py b/Manylinux2014_Compliant_Source/pkg/setup.py index 02b17ba1..48f8b592 100755 --- a/Manylinux2014_Compliant_Source/pkg/setup.py +++ b/Manylinux2014_Compliant_Source/pkg/setup.py @@ -61,7 +61,7 @@ def get_llvm_files(): long_description=DESCRIPTION, long_description_content_type="text/markdown", url="https://github.com/IITH-Compilers/IR2Vec", - license='Apache License v2.0 with LLVM Exceptions', + license="Apache License v2.0 with LLVM Exceptions", classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",