Skip to content

Commit

Permalink
fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbonn committed Nov 30, 2022
1 parent 5dc82d9 commit 45b0f3b
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 @@ -220,7 +220,7 @@ def run_setup(with_cext):
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
long_description = _LONG_DESCRIPTION,
long_description_content_type='text/markdown'
long_description_content_type='text/markdown',
**kwargs
)

Expand Down

0 comments on commit 45b0f3b

Please sign in to comment.