From 5e92650b0678c865ce304096562a9801365d37bd Mon Sep 17 00:00:00 2001 From: mhucka Date: Fri, 26 Jun 2026 21:11:16 +0000 Subject: [PATCH 1/2] Fix broken string --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b239308f6..4f0979f60 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ assert __version__, 'Version string cannot be empty' description = ( - 'Package to compile and analyze quantum algorithms for ' 'simulating fermionic systems.' + 'Package to compile and analyze quantum algorithms for simulating fermionic systems.' ) # The readme file is used as the long_description. From c68833102d58f4401927513022a1e2400ee80691 Mon Sep 17 00:00:00 2001 From: mhucka Date: Fri, 26 Jun 2026 21:15:54 +0000 Subject: [PATCH 2/2] Run format-incremental --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4f0979f60..4f9543391 100755 --- a/setup.py +++ b/setup.py @@ -19,9 +19,7 @@ __version__ = runpy.run_path('src/openfermion/_version.py')['__version__'] assert __version__, 'Version string cannot be empty' -description = ( - 'Package to compile and analyze quantum algorithms for simulating fermionic systems.' -) +description = 'Package to compile and analyze quantum algorithms for simulating fermionic systems.' # The readme file is used as the long_description. with open('README.md', 'r', encoding='utf-8') as readme: