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 bac69a9 commit 6aa41afCopy full SHA for 6aa41af
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup, find_packages
2
3
setup(
4
- name='adaptation',
5
- version='0.1.0',
6
- description='Awesome Domain Adaptation Package Toolbox',
7
- url='https://github.com/antoinedemathelin/adapt.git',
+ name='adapt',
+ version='0.2.0',
+ description='Awesome Domain Adaptation Package Toolbox for Tensorflow and Scikit-learn',
+ url='https://github.com/adapt-python/adapt.git',
8
author='Antoine de Mathelin',
9
author_email='[email protected]',
10
license='BSD-2',
0 commit comments