Skip to content

Commit

Permalink
Add trailing comma in-case of other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeyaVS committed Mar 21, 2024
1 parent 092d982 commit d4fdd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
'Topic :: Software Development :: Libraries :: Python Modules'],
platforms='All',
install_requires = [
"packaging"
"packaging",
]
)

Expand Down

0 comments on commit d4fdd34

Please sign in to comment.