Skip to content

Commit

Permalink
add long_description in the package (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba authored Feb 8, 2023
1 parent 145b4d3 commit 4ad43df
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='limbus',
version='0.1.0.dev',
description='High level interface to create Pytorch Graphs.',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author='Luis Ferraz',
url='https://github.com/kornia/limbus',
install_requires=[
Expand Down

0 comments on commit 4ad43df

Please sign in to comment.