Skip to content

Commit

Permalink
adding missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
e-maud committed May 7, 2024
1 parent 5ededfe commit 4262f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(fname):
extras_require = {
'huggingface': 'datasets',
'torch': 'torch'
}
},
long_description=read("README.md"),
long_description_content_type='text/markdown'
)

0 comments on commit 4262f37

Please sign in to comment.