Skip to content

Commit

Permalink
Add long_description_content_type to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qubixes committed Oct 10, 2022
1 parent d638f83 commit c46ae31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
author='SODA Development Team',
description='Package for creating synthetic datasets from datasets',
long_description=long_description,
long_description_content_type='text/markdown',
packages=find_packages(exclude=['data', 'docs', 'tests', 'examples']),
package_data={"metasynth": ["py.typed"]},
include_package_data=True,
Expand Down

0 comments on commit c46ae31

Please sign in to comment.