Skip to content

Commit fc42c57

Browse files
update setup
1 parent e5720f2 commit fc42c57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
description='Awesome Domain Adaptation Package Toolbox for Tensorflow and Scikit-learn',
1111
url='https://github.com/adapt-python/adapt.git',
1212
author='Antoine de Mathelin',
13-
author_email='antoine.de_mathelin@cmla.ens-cachan.fr',
13+
author_email='antoine.demat@gmail.com',
1414
license='BSD-2',
1515
packages=find_packages(),
1616
install_requires=["numpy>=1.16", "scipy>=1.0", "tensorflow>=2.0", "scikit-learn>=0.2", "cvxopt>=1.2"],
17-
zip_safe=False
17+
zip_safe=False,
18+
long_description=long_description,
19+
long_description_content_type='text/markdown'
1820
)

0 commit comments

Comments
 (0)