Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading