Skip to content

Commit

Permalink
add long_description to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-glx authored Feb 3, 2021
1 parent 48c89d4 commit 8686de9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
long_description = fh.read()

setup(name='ICPy',
version='0.0.004',
version='0.0.005',
description='Invariant Causal Prediction for python',
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/jan-glx/ICPy',
author='Jan Gleixner',
author_email='[email protected]',
Expand Down

1 comment on commit 8686de9

@jan-glx
Copy link
Owner Author

@jan-glx jan-glx commented on 8686de9 Feb 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes f750dfc

Please sign in to comment.