Merge branch 'harsha/reorg' of github.com:microsoft/EdgeML into harsha/reorg

This commit is contained in:
Harsha Vardhan Simhadri 2019-08-26 17:36:12 +05:30
Родитель 61905eb7e1 eb1b95a4be
Коммит 4055e30856
1 изменённых файлов: 9 добавлений и 0 удалений

9
tf/setup.py Normal file
Просмотреть файл

@ -0,0 +1,9 @@
from distutils.core import setup
setup(
name='edgeml_tf',
version='0.3.0',
packages=['edgeml_tf' ],
license='MIT License',
long_description=open('README.md').read(),
)