Skip to content

Commit 494c78f

Browse files
Add setup.py
1 parent 6d9ac21 commit 494c78f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

setup.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name='adapt',
5+
version='0.0.0',
6+
description='Awesome Domain Adaptation Package Toolbox',
7+
url='https://github.com/antoinedemathelin/adapt.git',
8+
author='Antoine de Mathelin',
9+
author_email='[email protected]',
10+
license='unlicense',
11+
packages=['adapt'],
12+
zip_safe=False
13+
)

0 commit comments

Comments
 (0)