Skip to content

Commit

Permalink
Update author list and add missing comma in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sunt05 committed Dec 13, 2023
1 parent 9958fc3 commit ffdef92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def readme():
url="https://github.com/LllC-mmd/SHAFTS",
author=", ".join(
[
"Ruidong Li"
"Ruidong Li",
"Dr Ting Sun",
"Prof Guangheng Ni",
]
Expand Down Expand Up @@ -56,7 +56,7 @@ def readme():
#"gdal >= 3.0.0",
"numpy",
"matplotlib",
"scipy",
"scipy",
"pandas",
"albumentations",
"scikit-learn",
Expand Down

0 comments on commit ffdef92

Please sign in to comment.