We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47085dc commit 9411188Copy full SHA for 9411188
setup.py
@@ -6,15 +6,16 @@
6
f.write('# generated by setup.py\nversion = "{}"\n'.format(version))
7
8
setuptools.setup(
9
- name='aix360',
10
- version=version,
+ name='aix360',
+ version=version,
11
description='IBM AI Explainability 360',
12
authos='aix360 developers',
13
url='https://github.com/IBM/AIX360',
14
author_email='[email protected]',
15
packages=setuptools.find_packages(),
16
license='Apache License 2.0',
17
long_description=open("README.md", 'r').read(),
18
+ long_description_content_type='text/markdown',
19
install_requires=[
20
'joblib>=0.11',
21
'scikit-learn>=0.21.2',
0 commit comments