From 797a777a5d7e43edffd6cf120145e456c632a75a Mon Sep 17 00:00:00 2001 From: Alexander Skorikov Date: Fri, 13 Sep 2024 11:30:34 +0200 Subject: [PATCH] Normalize to single quotes --- setup.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/setup.py b/setup.py index 9db9de8..fcb2b1a 100755 --- a/setup.py +++ b/setup.py @@ -4,18 +4,18 @@ readme = readme_file.read() setup( - author="Alex Kostenko", - description="ASTRA-based cone beam tomography reconstructions.", + author='Alex Kostenko', + description='ASTRA-based cone beam tomography reconstructions.', install_requires= [ - "numpy", - "astra-toolbox>1.9.0", - "tqdm", - "scipy", - "flexdata" + 'numpy', + 'astra-toolbox>1.9.0', + 'tqdm', + 'scipy', + 'flexdata' ], - license="GNU General Public License v3", + license='GNU General Public License v3', long_description=readme, - long_description_content_type="text/markdown", + long_description_content_type='text/markdown', name='flextomo', packages=find_packages(include=['flextomo']), extras_require={