Skip to content

Commit 9411188

Browse files
authored
Update setup.py
1 parent 47085dc commit 9411188

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
f.write('# generated by setup.py\nversion = "{}"\n'.format(version))
77

88
setuptools.setup(
9-
name='aix360',
10-
version=version,
9+
name='aix360',
10+
version=version,
1111
description='IBM AI Explainability 360',
1212
authos='aix360 developers',
1313
url='https://github.com/IBM/AIX360',
1414
author_email='[email protected]',
1515
packages=setuptools.find_packages(),
1616
license='Apache License 2.0',
1717
long_description=open("README.md", 'r').read(),
18+
long_description_content_type='text/markdown',
1819
install_requires=[
1920
'joblib>=0.11',
2021
'scikit-learn>=0.21.2',

0 commit comments

Comments
 (0)