Skip to content

Commit

Permalink
🧹 Tidy code: indent in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Raúl Fernández Díaz committed May 3, 2024
1 parent a4b33a3 commit ea7ccc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
this_directory = Path(__file__).parent
readme = (this_directory / "README.md").read_text()

requirements = [
requirements = [
'networkx',
'scipy',
'scikit-learn',
Expand All @@ -22,7 +22,7 @@
test_requirements = requirements

setup(
author="Raul Fernandez-Diaz",
author="Raul Fernandez-Diaz",
author_email='[email protected]',
python_requires='>=3.9',
classifiers=[
Expand Down

0 comments on commit ea7ccc1

Please sign in to comment.