Skip to content

Commit

Permalink
fix long description
Browse files Browse the repository at this point in the history
  • Loading branch information
kukas committed Nov 27, 2023
1 parent 719864f commit d4f5bc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
setup(
name='word-alignment-visualization',
version='0.1',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit d4f5bc6

Please sign in to comment.