Skip to content

Commit 4055e30

Browse files
Merge branch 'harsha/reorg' of github.com:microsoft/EdgeML into harsha/reorg
2 parents 61905eb + eb1b95a commit 4055e30

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tf/setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from distutils.core import setup
2+
3+
setup(
4+
name='edgeml_tf',
5+
version='0.3.0',
6+
packages=['edgeml_tf' ],
7+
license='MIT License',
8+
long_description=open('README.md').read(),
9+
)

0 commit comments

Comments
 (0)