Skip to content

Commit

Permalink
Normalize to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
askorikov committed Sep 13, 2024
1 parent 48fc9a8 commit 797a777
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 797a777

Please sign in to comment.