Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogaardt committed Jan 19, 2021
1 parent 0cb42c0 commit aac9d28
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 @@ -28,6 +28,6 @@
package_data={'data': [data_path + item
for item in listdir('chainladder{}'.format(data_path))]},
description=descr,
long_description=open('README.md').read(),
#long_description=open('README.md').read(),
install_requires=dependencies,
)

0 comments on commit aac9d28

Please sign in to comment.