Skip to content

Commit 6aa41af

Browse files
update setup.py
1 parent bac69a9 commit 6aa41af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from setuptools import setup, find_packages
22

33
setup(
4-
name='adaptation',
5-
version='0.1.0',
6-
description='Awesome Domain Adaptation Package Toolbox',
7-
url='https://github.com/antoinedemathelin/adapt.git',
4+
name='adapt',
5+
version='0.2.0',
6+
description='Awesome Domain Adaptation Package Toolbox for Tensorflow and Scikit-learn',
7+
url='https://github.com/adapt-python/adapt.git',
88
author='Antoine de Mathelin',
99
author_email='[email protected]',
1010
license='BSD-2',

0 commit comments

Comments
 (0)